1.0.6 • Published 5 years ago

coc-pyls v1.0.6

Weekly downloads
52
License
MIT
Repository
-
Last release
5 years ago

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

1.0.6

5 years ago

1.0.5

5 years ago

1.0.4

6 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago