How do I get an outline view in sublime code editor for Windos? http://www.sublimetext.com/

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 here: http://www.sublimetext.com/forum/viewtopic.php?f=3&t=993&p=4308&sid=1a162626960826ab21861f1203f64ec5#p4308

link|improve this question

feedback

1 Answer

up vote 20 down vote accepted
+250

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

link|improve this answer
Sounds good. But nothing happens when I press ctrl-r. I have a php file open. Can I locate the command in a menu? Does this work without a plugin? karlthorwald – user89021 Feb 6 '10 at 3:34
I looked, but there is no ctrl-r in the key binding file (under preferences). Do you have it there? If so, which is the "commmand" for it? – user89021 Feb 6 '10 at 3:38
3  
Ctrl+r exists in the current beta version (sublimetext.com/beta), but not in 1.2 – jskinner Feb 6 '10 at 23:09
Updated answer with jskinner's addition. – Cory Petosky Feb 9 '10 at 2:46
also works in sublime text 2 beta. thx for hint – Allisone Aug 3 '11 at 7:39
show 1 more comment
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.