https://github.com/atom-community/atom-ide-javascript
JavaScript support for Atom IDE
https://github.com/atom-community/atom-ide-javascript
atom-ide javascript javascript-support lsp typescript
Last synced: 7 months ago
JSON representation
JavaScript support for Atom IDE
- Host: GitHub
- URL: https://github.com/atom-community/atom-ide-javascript
- Owner: atom-community
- License: other
- Created: 2020-07-19T09:17:11.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-10-16T07:12:32.000Z (over 2 years ago)
- Last Synced: 2025-03-25T15:32:56.935Z (11 months ago)
- Topics: atom-ide, javascript, javascript-support, lsp, typescript
- Language: JavaScript
- Homepage: https://atom.io/packages/atom-ide-javascript
- Size: 726 KB
- Stars: 17
- Watchers: 3
- Forks: 5
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# atom-ide-javascript
JavaScript support for Atom IDE.

[](https://david-dm.org/atom-ide-community/atom-ide-javascript)
[](https://github.com/atom-ide-community/atom-ide-javascript)
[](https://github.com/atom-ide-community/atom-ide-javascript)
## Features
`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
## Usage
Just install and enjoy.
## Roadmap
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.
## Contributing
- Let me know if you encounter any bugs.
- Feature requests are always welcome.