development environment - How to get an outline view in sublime texteditor? -


how outline view in sublime text editor windows?

the minimap helpful miss traditional outline (a klickable list of functions in code in order appear quick navigation , orientation)

maybe there plugin, addon or similar? nice if can shortly name steps neccesary make work.

there duplicate of question on sublime text forums.

hit ctrl+r, or cmd+r mac, function list. works in sublime text 1.3 or above.


Comments

Popular posts from this blog

ruby - When to use an ORM (Sequel, Datamapper, AR, etc.) vs. pure SQL for querying -

php - PHPDoc: @return void necessary? -

c++ - Convert big endian to little endian when reading from a binary file -