- Notifications
You must be signed in to change notification settings - Fork0
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.
License
Bhanditz/JavaScriptEnhancements
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
JavaScript Enhancements is a plugin forSublime Text 3.
This plugin usesFlow (javascript static type checker from Facebook) under the hood.
This is inBETA version fortesting.
It offers betterjavascript autocomplete and also a lot of features about creating, developing and managingjavascript projects, such as:
- Cordova projects (run cordova emulate, build, compile, serve, etc. directly from Sublime Text!)
- Ionic v1 and v2 projects (same as Cordova projects!)
- Angular v1 and v2 projects
- React projects (only about the creation at this moment)
- React Native projects (only about the creation at this moment. I will add alsoNativeScript support)
- Express projects (only about the creation at this moment)
- Yeoman generators
- Local bookmarks project
- JavaScript real-time errors
- etc.
You could use it also inexisting projects (see theWiki)!
It turns Sublime Text into aJavaScript IDE like!
This project is based on my other Sublime Text pluginJavaScript Completions
Note:If you want use this plugin, you may wantuninstall/disable theJavaScript Completions plugin, if installed.
- Linux (64-bit)
- Mac OS X
- Windows (64-bit): released without the use ofTerminalView plugin. For each feature (like also creating a project) will be used the
cmd.exeshell (so during the creation of a projectdon't close it until it finishes!). Unfortunately the TerminalView plugin supports onlyLinux-based OS 😞 . Has someone any advice or idea about that? Is there something similar to the TerminalView plugin for Windows?? Thanks!
In order to work properly, this plugin has some dependencies:
- Sublime Text 3 (build3124 or newer)
- Node.js andnpm (nodejs.org ornvm)
- TerminalView (only forLinux andMac OS X) sublime text plugin (TerminalView)
Not required, butuseful for typescript files (Flow wont work on this type of files):
- TypeScript sublime text plugin (TypeScript)
It will useFlow for type checking and auto-completions.
- Mac OS X
- Linux (64-bit)
- Windows (64-bit)
You can find more information about Flow onflow.org
WithPackage Control:
- Run “Package Control: Install Package” command or click to the
Preferences > Package Controlmenu item, find and installJavaScript Enhancementsplugin.
Manually:
- Downloadlatest release (DON'T CLONE THE REPOSITORY!) and unzip it into yourPackages folder (go to
Preferences > Browse Packages...menu item to open this folder) - Rename the folder with
JavaScript Enhancementsname (THIS STEP IS IMPORTANT).
If all is going in the right way, you will seeJavaScript Enhancements - installing npm dependencies... and, after a while,JavaScript Enhancements - npm dependencies installed correctly. messages in the status bar of Sublime Text 3. Now the plugin is ready!
If the plugin gives to you message errors likeError during installation: "node.js" seems not installed on your system... but instead you have installed node.js and npm (for example usingnvm), then you could try to set your custom path in theGlobal settings of the plugin and then restart Sublime Text.
If you don't know the path of them, usewhich node/which npm (for Linux-based OS) orwhere node.exe/where npm (for Windows OS) to get it.
If this doesn't work too, then you could try to add the custom path that contains binaries of node.js and npm in thePATH key-value on the same JavaScript Enhancements settings file. This variable will beappended to the$PATH environment variable, so you could use the same syntax in it. After this you need to restart Sublime Text. Example of a global setting forLinux that usesnvm:
{ // ... "PATH": ":/home/lorenzo/.nvm/versions/node/v9.2.0/bin", "node_js_custom_path": "node", "npm_custom_path": "npm", // ...}ForLinux-based OSREMEMBER to add: (forWindows OSREMEMBER to add;) at the begin of thePATH value!! Like I already said, it uses the same syntax for the $PATH environment variable.
Projects with terminal (TerminalView)
See theWiki for complete examples and the otherfeatures.
Email me for any questions or doubts about this project on:pichillilorenzo@gmail.com
For any problems, open an issue with the Sublime Text console logs please!
For feature requests/enhancement, please open an issue.
If this project help you reduce time to develop and also you like it, please support it with a donation 😄👍. Thanks!
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
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Packages0
Languages
- Python98.9%
- Other1.1%

