vim mode that uses rope library to provide features like python refactorings and code-assists
GNU General Public License v2.0
249
stars
34
forks
source link
Go to definition cannot handle fun(imported_name=imported_name) #8
Closed
mcepl closed 9 years ago
In following example ropevim cannot handle jumping to bar definition inside foo module:
... but if I do:
...jumping to defintion works fine.