atom / symbols-view

Jump to symbols in Atom
MIT License
163 stars 114 forks source link

`Jump to the symbol` is not doing anything with Python #193

Open rkpatel33 opened 8 years ago

rkpatel33 commented 8 years ago

Jump to symbol is not doing anything in Python in the very simple case of jump from self.foo() in a class to the definition of foo() in the same file/class.

Is there anything I can do to regenerate the symbol map or reset the project?