- mv@2.1.1
- idx@1.2.0
- glob@7.1.1
- heap@0.2.6
- rxjs@5.5.5
- temp@0.8.3
- toml@2.3.3
- uuid@3.0.1
- anser@1.4.6
- react@16.4.1
- redux@3.6.0
- xterm@3.5.1
- dedent@0.7.0
- lodash@4.17.10
- log4js@1.1.1
- marked@0.3.9
- mkdirp@0.5.1
- rimraf@2.6.2
- season@6.0.2
- semver@5.3.0
- fs-plus@2.9.3
- decoders@1.6.1
- reselect@3.0.1
- tabbable@1.1.0
- dompurify@1.0.3
- event-kit@2.2.0
- immutable@4.0.0-rc.9
- invariant@2.2.2
- lru-cache@4.0.2
- react-dom@16.4.1
- classnames@2.2.5
- diffparser@1.1.0
- idb-keyval@2.3.0
- mime-types@2.1.16
- nullthrows@1.0.0
- strip-ansi@3.0.1
- vscode-uri@1.0.1
- escape-html@1.0.3
- shell-quote@1.6.1
- domexception@1.0.1
- redux-logger@3.0.6
- shallowequal@0.2.2
- vscode-jsonrpc@3.3.0
- escape-carriage@1.2.0
- fuzzaldrin-plus@0.4.1
- event-target-shim@3.0.1
- react-virtualized@9.18.5
- escape-string-regexp@1.0.5
- vscode-debugprotocol@1.24.0
- nuclide-prebuilt-libs@0.5.2
-
Source Code has been archived
atom-ide-ui ·

Atom UIs to support language services and debuggers as part of Atom IDE.
Language integrations should be built on top of atom-languageclient.

Debugger integrations should be modeled after atom-ide-debugger-node.

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.
Getting Started
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 and/or debugger package since atom-ide-ui doesn't provide any language or debugger support by default.
Language support packages based on https://github.com/atom/atom-languageclient should work out of the box with atom-ide-ui installed, such as:
These debugger packages should work out of the box:
Language Features
Check out the documentation pages for more information about each feature!
- Busy Signal
- Code Actions
- Code Format
- Code Highlight
- Console
- Datatips
- Definitions (plus Hyperclick)
- Diagnostics
- Find References
- Outline
- Signature Help (Experimental/WIP)
Debugger Features
- Launch/Attach UI
- Breakpoints + conditional
- Stepping (Pause, Continue, Step, Restart)
- Threads (Running, Focus)
- Stacktraces & in-memory source views
- Scopes & editable variables views
- Watch expressions
- Console + Repl
See Keybindings for a list of default keybindings.
License
atom-ide-ui is BSD-licensed. We also provide an additional patent grant.