JavaScript support for Atom IDE.
atom-ide-javascript
provides many features. It combines the features of atom-typescript
, eslint-linter
, and many more.
- Autocomplete
- Linting (TypeScript, Eslint, etc)
- Type information on hover
- Goto Declaration / Hyperclick
- Find References
- Outline view and Semantic view
- Block comment and uncomment
- Rename refactoring
- Autocomplete paths
- Automatically import files by drag and drop from the tree view
- Common Snippets
- Alternative to symbols-view
Just install and enjoy.
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.
- Let me know if you encounter any bugs.
- Feature requests are always welcome.