autocomplete-javascript
Broken: Known to be non-functional
[WIP] The missing Atom autocompletion support for modern javascript
autocomplete-javascript
[WIP] The missing Atom autocompletion support for modern javascript
Proposal
Build a robust and efficient autocomplete support for modern javascript
- Using Babel's babylon js parser
- Robust and efficient background worker process
- Support es6/7 stage-0 cutting edge js features
- Auto-adjust to
.babelrc
- esdoc/jsdoc support
- Better than
atom-ternjs
(no more exceptions and server restarts 😂)