|
| 1 | +v0.1.01 |
| 2 | + |
| 3 | +## Just a little improvement |
| 4 | + |
| 5 | + |
| 6 | +================================================================= |
| 7 | +** THIS PLUGIN IS IN BETA! Thanks for your support in advance! ** |
| 8 | +================================================================= |
| 9 | + |
| 10 | +If you like it, remember to star it ⭐ on GitHub: https://github.com/pichillilorenzo/JavaScriptEnhancements |
| 11 | + |
| 12 | +** USAGE ** |
| 13 | +=========== |
| 14 | + |
| 15 | +See how it works on the Wiki: 👉👉 https://github.com/pichillilorenzo/JavaScriptEnhancements/wiki 👈👈 |
| 16 | + |
| 17 | + |
| 18 | +** WHAT IS THIS? ** |
| 19 | +=================== |
| 20 | + |
| 21 | +This plugin uses Flow (javascript static type checker from Facebook) under the hood. |
| 22 | + |
| 23 | +It offers better javascript autocomplete and a lot of features about creating, |
| 24 | +developing and managing javascript projects, such as: |
| 25 | + |
| 26 | +- Cordova projects (run cordova emulate, build, compile, serve, etc. directly from Sublime Text!) |
| 27 | +- Ionic v1 and v2 projects (same as Cordova projects!) |
| 28 | +- Angular v1 and v2 projects |
| 29 | +- React projects |
| 30 | +- Express projects |
| 31 | +- Yeoman generators |
| 32 | +- Local bookmarks project |
| 33 | +- JavaScript real-time errors |
| 34 | +- etc. |
| 35 | + |
| 36 | +You could use it also in existing projects (see the Wiki - https://github.com/pichillilorenzo/JavaScriptEnhancements/wiki)! |
| 37 | + |
| 38 | +It turns Sublime Text into a JavaScript IDE like! |
| 39 | + |
| 40 | +This project is based on my other Sublime Text plugin JavaScript Completions (https://github.com/pichillilorenzo/JavaScript-Completions) |
| 41 | + |
| 42 | +** NOTE ** |
| 43 | +If you want use this plugin, you may want uninstall/disable the JavaScript Completions plugin, if installed. |
| 44 | + |
| 45 | +** OS SUPPORTED NOW ** |
| 46 | +====================== |
| 47 | + |
| 48 | +👉 Linux (64-bit) |
| 49 | +👉 Mac OS X |
| 50 | + |
| 51 | +❗❗ Dependencies ❗❗ |
| 52 | +======================= |
| 53 | + |
| 54 | +In order to work properly, this plugin has some dependencies: |
| 55 | + |
| 56 | +👉 Sublime Text 3 (build 3124 or newer) |
| 57 | +👉 Node.js and npm (https://nodejs.org or nvm (https://github.com/creationix/nvm)) |
| 58 | +👉 TerminalView sublime text plugin (https://github.com/Wramberg/TerminalView) |
| 59 | + |
| 60 | +Not required, but useful for typescript files (Flow wont work on this type of files): |
| 61 | + |
| 62 | +👉 TypeScript sublime text plugin (https://github.com/Microsoft/TypeScript-Sublime-Plugin) |
| 63 | + |
| 64 | +** Flow Requirements ** |
| 65 | +======================= |
| 66 | + |
| 67 | +It use [Flow](https://github.com/facebook/flow) for type checking and auto-completions. |
| 68 | + |
| 69 | +👉 Mac OS X |
| 70 | +👉 Linux (64-bit) |
| 71 | +👉 Windows (64-bit) |
| 72 | + |
| 73 | +Email me for any questions or doubts about this new project on: pichillilorenzo@gmail.com |
| 74 | + |
| 75 | +Thanks for your support! 😄😄 |
| 76 | + |
| 77 | +MIT License |
0 commit comments