views:

230

answers:

1

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

+1  A: 

Hit Ctrl+R for the function list. This works in Sublime Text 1.3 or above.

Cory Petosky
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
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?
Ctrl+r exists in the current beta version (http://www.sublimetext.com/beta), but not in 1.2
jskinner
Updated answer with jskinner's addition.
Cory Petosky