neoclide / coc-jedi

Deprecated, use https://github.com/neoclide/coc-python instead.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

coc-jedi

Jedi integration for coc.nvim.

This plugin start a python server which attached to neovim/vim, and make the nodejs part communicate with python server by use notification, it would never block your vim.

Deprecated, use coc-python instead.

Install

Use plugin manager, like vim-plug by add:

Plug 'neoclide/coc.nvim', {'do': { -> coc#util#install()}}
Plug 'neoclide/coc-jedi', {'do': 'yarn install'}

to your init.vim and run:

:PlugInstall

Restart your vim.

Note: no need to use lazyload for this plugin.

Note: this plugin contains vim part, it can't be installed by :CocInstall command.

Features

  • Completion
  • Signature help, support current active param.
  • Hover for documentation, show full path & doc string.
  • Goto definition.
  • Goto references.
  • Document symbols.

Configuration

TODO

F.A.Q

TODO

License

MIT

About

Deprecated, use https://github.com/neoclide/coc-python instead.


Languages

Language:Python 66.4%Language:TypeScript 23.4%Language:Vim Script 10.3%