8000 GitHub - atom-community/ide-python at v0.1.0
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

atom-community/ide-python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

IDE-python package

Python language support for Atom-IDE, powered by the Python language server.

ide-python

Early access

This package is currently an early access release. You should also install the atom-ide-ui package to expose the functionality within Atom.

Features

  • Auto completion
  • Code format
  • Diagnostics (errors & warnings)
  • Document outline
  • Find references
  • Hover

Installation

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
...

Contributing

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.

License

MIT License. See the license for more details.

0