coc-pyls
TypeScript icon, indicating that this package has built-in type declarations

1.0.6 • Public • Published

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 to false 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

Package Sidebar

Install

npm i coc-pyls

Weekly Downloads

12

Version

1.0.6

License

MIT

Unpacked Size

34.8 kB

Total Files

5

Last publish

Collaborators

  • chemzqm