Full featured Python Language Server plugin (implements PyLS) for Nova, supports Jedi Autocomplete, PyFlakes, PyLint, YAPF, Rope, McCabe, PyDoc and CodeStyles.
Also supports all the Python Language Server plugins → mypy
, isort
and black
Include Function and Class Parameters
, Fixed in Nova 2.0)pip3 install 'python-lsp-server[all]'
Enable required modules from settings.
(Optional) Install Python Language Server plugins and enable them from settings:
mypy
plugin: pip3 install pyls-mypy
isort
plugin: pip3 install pyls-isort
black
plugin: pip3 install pyls-black
I would be extremely grateful if you could lend a hand in the development of this extension. PRs with new features and fixes would be greatly appreciated. Also, feel free to open bug reports.