Python language support for Atom-IDE, powered by the Python language server.
This package is currently an early access release. You should also install the atom-ide-ui package to expose the functionality within Atom.
- Auto completion
- Code format
- Diagnostics (errors & warnings)
- Document outline
- Find references
- Hover
Install the language server with
pip install python-language-server
Verify that everything is correctly installed by running pyls --help
from the command line.
It should return
usage: pyls [-h] [--tcp] [--host HOST] [--port PORT]
[--log-config LOG_CONFIG | --log-file LOG_FILE] [-v]
Python Language Server
...
Always feel free to help out! Whether it's filing bugs and feature requests or working on some of the open issues, Atom's guide for contributing to packages will help get you started.
MIT License. See the license for more details.