Tuesday, January 06, 2009

Navigation features of IntelliJ Python Plugin

I think one of best uses of IntelliJ for the developer is its easy navigation features. Here are some of screenshots about the navigation features of the Python plugin of IntelliJ:

Find usages (Alt-F7) of any python object, class etc.




















Structure of a python file and classes inside it:


Go to definition (Ctrl-B) of a python class, function etc.







Find a class (Ctrl-N):

Read More...