rope

python-rope/ropevim doesn't work properly

python-rope/ropevim doesn't work properly Question: I’ve already installed these, pip list: rope (0.10.3) ropemode (0.3) ropevim (0.7.0) All the vim plugins I have: Plugin ‘gmarik/vundle’ Plugin ‘scrooloose/nerdtree’ Plugin ‘jistr/vim-nerdtree-tabs’ Plugin ‘altercation/vim-colors-solarized’ Plugin ‘kien/ctrlp.vim’ Plugin ‘SirVer/ultisnips’ Plugin ‘honza/vim-snippets’ Plugin ‘jiangmiao/auto-pairs’ Plugin ‘scrooloose/nerdcommenter’ Plugin ‘vim-airline/vim-airline’ Plugin ‘vim-airline/vim-airline-themes’ Plugin ‘Valloric/YouCompleteMe’ Plugin ‘majutsushi/tagbar Plugin ‘Yggdroot/indentLine’ Plugin ‘xolox/vim-misc’ Plugin ‘xolox/vim-session’ …

Total answers: 1

Any pointers on using Ropevim? Is it a usable library?

Any pointers on using Ropevim? Is it a usable library? Question: Rope is a refactoring library for Python and RopeVim is a Vim plugin which calls into Rope. The idea of using RopeVim seems great to me, is there any documentation on “getting started” with RopeVim? I’ve followed what documentation there is: https://bitbucket.org/agr/ropevim/src/tip/README.txt I suppose …

Total answers: 4