Sublime Forum

How to get an outline view in sublime texteditor?

#1

How do I get an outline view?

The minimap is helpful but I miss a traditional outline (a klickable list of all the functions or classes in my code in the order they appear for quick navigation and orientation).

Maybe there is a plugin, addon or similar? It would also be nice if you can shortly name which steps are neccesary to make it work.

(This was asked on stackoverflow but there was no answer until today: http://stackoverflow.com/questions/2075317/how-to-get-an-outline-view-in-sublime-texteditor )

0 Likes

#2

what about ctrl+R to list symbols?

1 Like

#3

Thank you. I downloaded the latest beta and now I have this ctrl-R popup. (In my older version it was not available)

Though it does not show me all functions in a javascript class file. Can I make it understand my javascript class syntax somehow?

0 Likes