Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Sublime text 2: class navigator or browser side bar

Tags:

sublimetext2

Is there a plug-in (or setting) in sublime2 that shows a side pane with a navigator (or tree view) for the class in an active file? Someting similar to the class navigator in netbeans?

like image 378
xerxes333 Avatar asked Jun 29 '12 20:06

xerxes333


People also ask

How do I get the sidebar in Sublime Text?

You have to add a folder to the Sublime Text window in order to navigate via the sidebar. Go to File -> Open Folder... and select the highest directory you want to be able to navigate. Also, 'View -> Sidebar -> Show Sidebar' if it still doesn't show.

How do I view browser in Sublime Text?

Now when you have a web page open in Sublime Text, just press Ctrl-Alt-V & your browser selection tool should open, letting you choose which browser to open. You can read more about the View In Browser package at GitHub.

How do I open sublime Project Explorer?

Then on sublime text go to view>sidebar>show sidebar. Finally, 3 tabs away from view is a project tab.


1 Answers

Use the CTRL+R command to browser the symbols on the current file, and CTRL+SHIFT+R (only available in Sublime Text 3) to browse symbols in all file opened in tabs.

like image 133
FrancoTampieri Avatar answered Sep 23 '22 17:09

FrancoTampieri