Skip to content

Commit de33fab

Browse files
committed
update documentation for additional packages
1 parent 03d3bf0 commit de33fab

File tree

6 files changed

+15
-2
lines changed

6 files changed

+15
-2
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
_site
22
.sass-cache
33
.jekyll-metadata
4+
.DS_Store
400 KB
Loading

assets/images/screenshot-datatip.png

308 KB
Loading

assets/images/screenshot-linter.png

444 KB
Loading

assets/images/screenshot-sig-help.png

52.7 KB
Loading

index.md

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,16 +25,22 @@ So far, there have been a few features from the original atom-ide-ui package tha
2525
* Rust [ide-rust](hhttps://atom.io/packages/ide-rust)
2626
* You can also search for [packages](https://atom.io/packages/search?q=IDE) in Atom.
2727

28-
2. Install any of the [community packages](https://atom.io/users/atom-ide-community) listed below.
28+
**IMPORTANT: if you are asked if you want to install the atom-ide-ui dependency by one of those packages, you usually can deny doing so**
2929

30-
3. Enjoy!
30+
2. Install the [Busy-Signal](https://atom.io/packages/busy-signal) package that is uses by some of the existing ide-packages to show running background tasks
31+
32+
3. Install any of the [community packages](https://atom.io/users/atom-ide-community) listed below.
33+
34+
4. Enjoy!
3135

3236
## Atom IDE Community Packages
3337

3438
### AutoComplete
3539

3640
Once you have installed an IDE language package, this should work right away.
3741

42+
![](./assets/images/screenshot-autocomplete.png){:width="100%"}
43+
3844
### [Data Tip](https://atom.io/packages/atom-ide-datatip)
3945

4046
A replacement of the DataTip functionality from atom-ide-ui. When you hover over a symbol in your code (or move your cursor to it), it can show you details about that symbol in a tool tip. [More details](https://github.com/atom-ide-community/atom-ide-datatip#atom-ide-datatip-package)
@@ -50,3 +56,9 @@ A replacement of the signature help functionality from atom-ide-ui. When you're
5056
### [Go to Definition](https://atom.io/packages/atom-ide-definitions)
5157

5258
A replacement of the go to definition functionality from atom-ide-ui. [More details](https://github.com/atom-ide-community/atom-ide-definitions#atom-ide-definitions-package)
59+
60+
### Linter / Linter-UI
61+
62+
There is an existing [linter](https://atom.io/packages/linter) and [linter-ui](https://atom.io/packages/linter-ui-default) that is known to work with the existing ide-packages. It can be configured to only show linting errors per file, or for the whole project in its settings.
63+
64+
![](./assets/images/screenshot-linter.png){:width="100%"}

0 commit comments

Comments
 (0)