How to get an outline view in sublime texteditor?

user89021 picture user89021 · Jan 16, 2010 · Viewed 63.1k times · Source

How do I get an outline view in sublime text editor for Windows?

The minimap is helpful but I miss a traditional outline (a klickable list of all the functions 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.

There is a duplicate of this question on the sublime text forums.

Answer

Cory Petosky picture Cory Petosky · Feb 6, 2010

Hit CTRL+R, or CMD+R for Mac, for the function list. This works in Sublime Text 1.3 or above.