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
* You can also search for [packages](https://atom.io/packages/search?q=IDE) in Atom.
27
27
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**
29
29
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!
31
35
32
36
## Atom IDE Community Packages
33
37
34
38
### AutoComplete
35
39
36
40
Once you have installed an IDE language package, this should work right away.
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
50
56
### [Go to Definition](https://atom.io/packages/atom-ide-definitions)
51
57
52
58
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.
0 commit comments