Skip to content

Synnr-Skip/JavaScriptEnhancements

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

176 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JavaScript Enhancements

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 Requirements

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 features could require git command

Examples

Some Cordova commands:

GIF link: https://gifyu.com/images/cordova_example.gif (8,4 MB)

Ionic 'serve' command example: ionic_serve_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

About

JavaScript Enhancements is a plugin for Sublime Text 3. It offers not only a smart javascript autocomplete but also a lot of features about creating, developing and managing javascript projects

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Python 33.0%
  • JavaScript 32.1%
  • CSS 27.5%
  • HTML 7.4%