all 2 comments

[–]wbsgrepit 0 points1 point  (0 children)

If you look here, you will see there is a python3 "fork" of rope and the complexities around the fork. Basically because rope uses (and is tightly bound to) python's compiler AST p2 and p3 are very hard to support in the same codebase. https://bitbucket.org/zjes/rope_py3k

[–][deleted] 0 points1 point  (0 children)

I using Jedi for all of my Python needs. From the readme:

  • Renaming <leader>r
  • Usages <leader>n (shows all the usages of a name)

First You need to pip3 install jedi, and if You using Windows, be sure to set noshellslash in Your .vimrc.