JavaScript Enhancements is a plugin for Sublime Text 3.
I'm implementing new features thanks to Flow (javascript static type checker from Facebook).
This is in Beta version.
It will offer not only a better javascript autocomplete but a lot of features about creating, developing and managing javascript projects, such as:
- Cordova projects (run Cordova emulator, build, compile, serve Cordova projects, add plugins and available platforms, the ability to install local version of Cordova in the project, etc … directly on Sublime Text!)
- Ionic projects (same as Cordova projects!)
- Angular projects
- React projects
- Node.js projects
- Local bookmarks project
- Show javascript errors with Flow
- etc, etc …
It will turn Sublime Text into a JavaScript IDE like!
It isn’t ready for public testing and there isn’t a documentation at the moment!
Watch this repository to stay tuned for any news!
This project is based on my other Sublime Text plugin JavaScript Completions
Note: If you want use this plugin, you may want uninstall or disable the JavaScript Completions plugin, if installed.
Flow works with:
- Mac OS X
- Linux (64-bit)
- Windows (64-bit)
You can find more information about Flow on https://github.com/facebook/flow
Some Cordova commands:
GIF link: https://gifyu.com/images/cordova_example.gif (8,4 MB)
Ionic 'serve' command example:

GIF link: https://gifyu.com/images/ionic_serve_example.gif
Flow autocomplete and error showing example:
GIF link: https://gifyu.com/images/flow_example.gif
Email me for any questions or doubts about this new project on: [email protected]
Thanks for your support!!!
MIT License