neoclide / coc-pyls

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

coc-pyls

Python language server extension using python-language-server for coc.nvim.

Deprecated, this extension would not add any new features.

Use coc-python instead.

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

About

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


Languages

Language:TypeScript 100.0%