Sublime Text 2 - Show file navigation in sidebar

Viewed 393732

I just switched to Sublime Text as my new editor. If I open the sidebar it shows the opening file, but what I want is a file navigation sidebar, is it possible to change that without downloading plugins?

10 Answers

Just do: Ctrl+K+B

Have a nice day! :D

See this plugin

https://github.com/stvkoch/sublime-text-go-to-file

This version, while not merge with fork branch, has more power to find files basead on class name.

Try:

select namespace and click alt+d click on word of class name and click alt+d click on path of template file and click alt+d

Related