Skip to content

Commit 3dcf4ac

Browse files
committed
additional notes on ide-packages
1 parent de33fab commit 3dcf4ac

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

index.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,15 @@ So far, there have been a few features from the original atom-ide-ui package tha
2121

2222
1. Install an IDE language package that you would like to use:
2323
* TypeScript & JavaScript [ide-typescript](https://atom.io/packages/ide-typescript)
24+
* HTML [ide-html](https://atom.io/packages/ide-html)
25+
* CSS, LESS, SCSS [ide-css](https://atom.io/packages/ide-css)
2426
* Python [ide-python](https://atom.io/packages/ide-python)
2527
* Rust [ide-rust](hhttps://atom.io/packages/ide-rust)
2628
* You can also search for [packages](https://atom.io/packages/search?q=IDE) in Atom.
2729

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**
30+
**IMPORTANT: When you are asked if you want to install the atom-ide-ui dependency by one of those packages, you usually can deny doing so**
31+
32+
**HINT: some of these packages also require you to install additional tools on your computer, such as the ide-rust package requires a current rls toolchain, or python the python-language-server package. Please check the installation instruction of the ide-packages for more details on the requiremens.**
2933

3034
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
3135

0 commit comments

Comments
 (0)