A collection of Atom UIs to support language services as part of Atom IDE, designed for use with packages built on top of atom-languageclient.
Contributions are welcome! File bugs and feature requests from the issues page, or read the CONTRIBUTING.md file for details on how to submit a pull request.
First, make sure you have Atom 1.19+ installed.
Install atom-ide-ui
from "Install" in Atom's settings or run:
apm install atom-ide-ui
You'll also want to install a suitable language package:
atom-ide-ui
doesn't provide any language features by default.
Packages based on https://github.com/atom/atom-languageclient should work out of the box with atom-ide-ui
installed, such as:
Check out the documentation pages for more information about each feature!
- Busy Signal
- Code Actions
- Code Format
- Code Highlight
- Datatips
- Definitions (plus Hyperclick)
- Diagnostics
- Find References
- Outline
- Signature Help (Experimental/WIP)
See Keybindings for a list of default keybindings.
atom-ide-ui
is BSD-licensed. We also provide an additional patent grant.