Jedi-vim/rope takes too long
| by jpic | python vim
For those using jedi-vim are indirectly using rope refactoring library.
If you are also using a home-level virtualenv ie. in ~/env/ then your vim instance might take crazy long time.
First things first, rope creates a .ropeproject directory where it thinks the project root is. And it will scan every file in every sub directory. A quick and dirty solution is to create empty .ropeproject folders lower in the $HOME filesystem.
Read More