JulianEberius / SublimeRope

ST2 only, use SublimePythonIDE with ST3: Adds Python completions and some IDE-like functions to Sublime Text 2, through the use of the Rope library
GNU General Public License v2.0
250 stars 26 forks source link

goto definition doesn't work on name Y, when imported as from X.Z import Y #80

Open asfaltboy opened 11 years ago

asfaltboy commented 11 years ago

Goto definition seems to work on the name of the modules (i.e: X or Z) but not on the actual imported name (Class/Method). If I recall correctly, this used to work for me in the past, perhaps on a different machine.

Using latest rope from package control. Env: Fedora 18