valberg / djangit

A git repo browser written in django and dulwich
http://djang.it
9 stars 1 forks source link

Code inspection #18

Open valberg opened 9 years ago

valberg commented 9 years ago

It would be awesome to have a way to do inspection of python code. The use case is that when browsing code, it is often a big benefit to be able to go to the declaration of a function/variable/class, and also be able to see where this function/variable/class is in use. Thus: