We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c14864 commit 4f6ef06Copy full SHA for 4f6ef06
README.md
@@ -7,3 +7,14 @@ A replacement of the definitions functionality from the original Atom-IDE / Nucl
7
## Features
8
9
* Go to definition (using keymap or context menu).
10
+
11
+## Getting Started
12
13
+1. Install `atom-ide-definitions` in Atom.
14
15
+2. Install an IDE language package that you would like to use:
16
+ * TypeScript & JavaScript [ide-typescript](https://atom.io/packages/ide-typescript)
17
+ * Python [ide-python](https://atom.io/packages/ide-python)
18
+ * Rust [ide-rust](hhttps://atom.io/packages/ide-rust)
19
20
+ You can also search for [packages](https://atom.io/packages/search?q=IDE) in Atom.
0 commit comments