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
`atom-ide-javascript` provides many features. It combines the features of `atom-typescript`, `eslint-linter`, and many more.
9
12
10
-
-
13
+
- Autocomplete
14
+
- Linting (TypeScript, Eslint, etc)
15
+
- Type information on hover
16
+
- Goto Declaration
17
+
- Find References
18
+
- Semantic view
19
+
- Block comment and uncomment
20
+
- Rename refactoring
21
+
- Common Snippets
22
+
- Alternative to symbols-view
11
23
12
24
## Usage
25
+
Just install and enjoy.
13
26
14
27
## Roadmap
28
+
This is in the early stage of development. In the future releases, the less relevant typescript errors such as missing declaration files will be suppressed.
0 commit comments