0
Answered

Confusion with symbols / symbol list

Adam Vandenbussche 12 years ago updated by Alexander Blach (Developer) 12 years ago 2
Hi there,I am a little confused with how to use the symbols tool to quickly navigate through a document. Could anyone help me?Many thanks!
For programming languages like C++, Objective-C or Java it displays a list of class and function names that you can tap to jump to it.

For HTML it displays a list of id - for example if you have a div-tag with an id attribute.

For CSS it will show a list of all css selectors.

This is all defined in the bundle. For example, the HTML bundle symbol list definition can be found here: https://github.com/textmate/html.tmbundle/blob/master/Preferences/Symbol%20List:%20ID.plist
Thank you soooo much!!!