coc-pyls
v1.0.6
Published
Pyls extension for coc
Downloads
30
Readme
coc-pyls
Python language server extension using python-language-server for coc.nvim.
Deprecated pyls not maintained
Install
Install pyls
by:
pip install python-language-server
In your vim/neovim, run command:
:CocInstall coc-pyls
Features
- Auto Completion
- Code Linting with pycodestyle and pyflakes
- Signature Help
- Go to definition
- Hover
- Find References
- Document Symbols
- Document Formatting
Configuration options
pyls.enable
set tofalse
to disable pyls language server.pyls.trace.server
trace LSP traffic in output channel.pyls.commandPath
absolute path of pyls executable.
Trigger completion in coc-settings.json
to get complete list.
License
MIT