pythonic-emacs / anaconda-mode

Code navigation, documentation lookup and completion for Python.
GNU General Public License v3.0
710 stars 87 forks source link

(WIP) #309 - fallback to goto_assignments if no definitions found #310

Closed valignatev closed 6 years ago

valignatev commented 6 years ago

As I wrote in #309, fallback to goto_assignments implementation. Recursion might not be necessary, but this is just so you can play around and add to discussion