Python Language Server for the Language Server Protocol
Project description
Python Language Server
A Python 2.7 and 3.4+ implementation of the Language Server Protocol making use of Jedi, pycodestyle, Pyflakes and YAPF.
Plugins
Installing these plugins will add extra functionality to the language server:
- Mypy type checking (requires Python 3) - https://github.com/tomv564/pyls-mypy
Features
Auto Completion:
Code Linting with pycodestyle and pyflakes:
Signature Help:
Go to definition:
Hover:
Find References:
Document Symbols:
Document Formatting:
Installation
pip install python-language-server
Development
To run the test suite:
pip install .[test] && tox
Develop against VS Code
The Python language server can be developed against a local instance of Visual Studio Code.
- Install VSCode for Mac
- From within VSCode View -> Command Palette, then type shell and run install 'code' command in PATH
# Setup a virtual env virtualenv env . env/bin/activate # Install pyls pip install . # Install the vscode-client extension cd vscode-client npm install . # Run VSCode which is configured to use pyls # See the bottom of vscode-client/src/extension.ts for info npm run vscode -- $PWD/../
Then to debug, click View -> Output and in the dropdown will be pyls. To refresh VSCode, press Cmd + r
License
This project is made available under the MIT License.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Filename, size | File type | Python version | Upload date | Hashes |
---|---|---|---|---|
Filename, size python-language-server-0.6.1.tar.gz (40.7 kB) | File type Source | Python version None | Upload date | Hashes View |
Hashes for python-language-server-0.6.1.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 267df447b44ea67018e8b5fcbddcd1e46591377fd79f47e32df4eb6b9d3b5732 |
|
MD5 | af55f2298d14fb1b499a2465e3b0e884 |
|
BLAKE2-256 | 79d3df762f4e2511b18f5410bb5337d9d4ab0e171266ac038d03da270ba1e966 |