deoplete-jedi
deoplete-jedi copied to clipboard
deoplete.nvim source for Python
It would be really useful if there was an option to jump to the definition of a class or function, as you can already do this in vim-jedi
My workstation includes thousands of Python files via a network drive. How can I prevent deoplete-jedi from crawling the path where the network drive is mounted to avoid slowing down...
added screenshots and changed formating of options #120
created vim help file for #83 . I hope everything is correct. If I should add more things to the help file please tell me.
add screenshots to README and format the options better
We want to easily maintenance to the source. I think `mypy` type check is a very good feature and approach.
deoplete-jedi become have many users and contributors. Also, the number of PR has increased. But the language source(I mean deoplete.nvim sources) test is sometimes difficult. Use mock? Use real headless...