Cmd/ctrl + r ? That will show you all of the class and functions in your code. I had the same question when I first started using it until I found there are a bunch of hotkeys. Its really great how it jumps you around as you type. The find feature is excellent too. You can search by regex and it will even search into all your project files and give you a result with context. You can click on any result to jump to the code. It is one of those apps that you have to explore a bit to realize the numerous features. I would say it is much lighter and faster than Eclipse and easier to work with once you set your prefs and hotkeys. I am still learning it.
On Sep 13, 2012, at 9:36 AM, PixelMuncher <[email protected]> wrote: > > After spending the morning trying to fix Eclipse/Pydev problems, I checked > out Sublime. It doesn't have a separate list of functions and vars - why do > people like it so much? > -- > view archives: http://groups.google.com/group/python_inside_maya > change your subscription settings: > http://groups.google.com/group/python_inside_maya/subscribe -- view archives: http://groups.google.com/group/python_inside_maya change your subscription settings: http://groups.google.com/group/python_inside_maya/subscribe
