You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This package is currently an early access release. You should also install the [atom-ide-ui](https://atom.io/packages/atom-ide-ui) package to expose the functionality within Atom.
9
+
10
+
## Features
11
+
12
+
* Auto completion
13
+
* Code format
14
+
* Diagnostics (errors & warnings)
15
+
* Document outline
16
+
* Find references
17
+
* Hover
18
+
19
+
## Installation
20
+
21
+
Install the language server with
22
+
```bash
23
+
pip install python-language-server
24
+
```
25
+
26
+
Verify that everything is correctly installed by running `pyls --help` from the command line.
Always feel free to help out! Whether it's [filing bugs and feature requests](https://github.com/lgeiger/ide-python/issues/new) or working on some of the [open issues](https://github.com/lgeiger/ide-python/issues), Atom's [guide for contributing to packages](https://github.com/atom/atom/blob/master/docs/contributing-to-packages.md) will help get you started.
38
+
39
+
## License
40
+
MIT License. See [the license](LICENSE.md) for more details.
0 commit comments