Skip to content

Commit 0c30d8d

Browse files
committed
chore: update readme
1 parent b04ed5c commit 0c30d8d

File tree

1 file changed

+15
-2
lines changed

1 file changed

+15
-2
lines changed

README.md

Lines changed: 15 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,32 @@
11
# atom-ide-javascript
22

3+
JavaScript support for Atom IDE.
4+
35
![Build Status (Github Actions)](https://github.com/atom-ide-community/atom-ide-javascript/workflows/CI/badge.svg)
46
[![Dependency Status](https://david-dm.org/atom-ide-community/atom-ide-javascript.svg)](https://david-dm.org/atom-ide-community/atom-ide-javascript)
57
[![apm](https://img.shields.io/apm/dm/atom-ide-javascript.svg)](https://github.com/atom-ide-community/atom-ide-javascript)
68
[![apm](https://img.shields.io/apm/v/atom-ide-javascript.svg)](https://github.com/atom-ide-community/atom-ide-javascript)
79

810
## Features
11+
`atom-ide-javascript` provides many features. It combines the features of `atom-typescript`, `eslint-linter`, and many more.
912

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
1123

1224
## Usage
25+
Just install and enjoy.
1326

1427
## 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.
1529

1630
## Contributing
17-
1831
- Let me know if you encounter any bugs.
1932
- Feature requests are always welcome.

0 commit comments

Comments
 (0)