1.0.6 • Published 7 years ago
coc-pyls v1.0.6
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-serverIn your vim/neovim, run command:
:CocInstall coc-pylsFeatures
- Auto Completion
- Code Linting with pycodestyle and pyflakes
- Signature Help
- Go to definition
- Hover
- Find References
- Document Symbols
- Document Formatting
Configuration options
pyls.enableset tofalseto disable pyls language server.pyls.trace.servertrace LSP traffic in output channel.pyls.commandPathabsolute path of pyls executable.
Trigger completion in coc-settings.json to get complete list.
License
MIT