|
| 1 | +v0.16.11 |
| 2 | + |
| 3 | +## Fixes |
| 4 | + |
| 5 | +- Trying to fix #41 |
| 6 | + |
| 7 | +## Improvements |
| 8 | +- Updated flow-bin to 0.68.0 |
| 9 | + |
| 10 | +v0.16.0 |
| 11 | + |
| 12 | +## Fixes |
| 13 | + |
| 14 | +- Fixed jsdoc generate command |
| 15 | +- Fixed error on refactor safe commands when the file name is empty |
| 16 | +- Fixed export refactor feature preview |
| 17 | +- Fixed some popup colors with different theme color scheme |
| 18 | +- Fixed completions and hover_description that starts with "$" |
| 19 | +- Fixed issue #36, keymap of next flow error feature changed from "super+alt+c" to "super+alt+b" |
| 20 | + |
| 21 | +## Improvements |
| 22 | + |
| 23 | +- Complete code plugin refactoring |
| 24 | +- Improved completions performance using 'flow ide' command |
| 25 | +- Added "code screenshot" feature using [carbon](https://carbon.now.sh/) |
| 26 | +- updated flow-bin to 0.67.1 |
| 27 | +- Added initial support for Vue.js (see https://github.com/pichillilorenzo/JavaScriptEnhancements/wiki/Example-Vue.js-project) |
| 28 | +- Improved extract method feature |
| 29 | +- Improved completions detection from default_autocomplete.json |
| 30 | +- Added Flow warnings |
| 31 | +- Improved unused variable feature |
| 32 | + |
| 33 | +## Misc |
| 34 | +- Changed gutter color (using other available sublime scopes) for errors and unused variable features. |
| 35 | + |
| 36 | +================================================================= |
| 37 | +** THIS PLUGIN IS IN BETA! Thanks for your support in advance! ** |
| 38 | +================================================================= |
| 39 | + |
| 40 | +If you like it, remember to star it ⭐ on GitHub: https://github.com/pichillilorenzo/JavaScriptEnhancements |
| 41 | + |
| 42 | +** USAGE ** |
| 43 | +=========== |
| 44 | + |
| 45 | +See how it works on the Wiki: 👉👉 https://github.com/pichillilorenzo/JavaScriptEnhancements/wiki 👈👈 |
| 46 | + |
| 47 | + |
| 48 | +** WHAT IS THIS? ** |
| 49 | +=================== |
| 50 | + |
| 51 | +This plugin uses Flow (javascript static type checker from Facebook) under the hood. |
| 52 | + |
| 53 | +It offers better javascript autocomplete and a lot of features about creating, |
| 54 | +developing and managing javascript projects, such as: |
| 55 | + |
| 56 | +- Cordova projects (run cordova emulate, build, compile, serve, etc. directly from Sublime Text!) |
| 57 | +- Ionic v1 and v2 (it includes also v3) projects (same as Cordova projects!) |
| 58 | +- Angular v1 and v2 (it includes also v4 and v5) projects |
| 59 | +- Vue projects (only about the creation at this moment, see https://github.com/pichillilorenzo/JavaScriptEnhancements/wiki/Example-Vue.js-project) |
| 60 | +- React projects (only about the creation at this moment) |
| 61 | +- React Native projects (only about the creation at this moment. I will add also NativeScript support) |
| 62 | +- Express projects (only about the creation at this moment) |
| 63 | +- Yeoman generators |
| 64 | +- Local bookmarks project |
| 65 | +- JavaScript real-time errors |
| 66 | +- Code Refactoring |
| 67 | +- etc. |
| 68 | + |
| 69 | +You could use it also in existing projects (see the Wiki - https://github.com/pichillilorenzo/JavaScriptEnhancements/wiki/Using-it-with-an-existing-project)! |
| 70 | + |
| 71 | +It turns Sublime Text into a JavaScript IDE like! |
| 72 | + |
| 73 | +This project is based on my other Sublime Text plugin JavaScript Completions (https://github.com/pichillilorenzo/JavaScript-Completions) |
| 74 | + |
| 75 | +** NOTE ** |
| 76 | +If you want use this plugin, you may want uninstall/disable the JavaScript Completions plugin, if installed. |
| 77 | + |
| 78 | +** OS SUPPORTED ** |
| 79 | +================== |
| 80 | + |
| 81 | +👉 Linux (64-bit) |
| 82 | +👉 Mac OS X |
| 83 | +👉 Windows (64-bit): released without the use of TerminalView plugin. For each feature (like also creating a project) will be used the cmd.exe shell (so during the creation of a project don't close it until it finishes!). Unfortunately the TerminalView plugin supports only Linux-based OS 😞. Has someone any advice or idea about that? Is there something similar to the TerminalView plugin for Windows?? Thanks! |
| 84 | + |
| 85 | +❗❗ Dependencies ❗❗ |
| 86 | +======================= |
| 87 | + |
| 88 | +In order to work properly, this plugin has some dependencies: |
| 89 | + |
| 90 | +👉 Sublime Text 3 (build 3124 or newer) |
| 91 | +👉 Node.js and npm (https://nodejs.org or nvm (https://github.com/creationix/nvm)) |
| 92 | +👉 TerminalView (only for Linux and Mac OS X) sublime text plugin (https://github.com/Wramberg/TerminalView) |
| 93 | + |
| 94 | +Not required, but useful for typescript files (Flow wont work on this type of files): |
| 95 | + |
| 96 | +👉 TypeScript sublime text plugin (https://github.com/Microsoft/TypeScript-Sublime-Plugin) |
| 97 | + |
| 98 | +** Flow Requirements ** |
| 99 | +======================= |
| 100 | + |
| 101 | +It use [Flow](https://github.com/facebook/flow) for type checking and auto-completions. |
| 102 | + |
| 103 | +👉 Mac OS X |
| 104 | +👉 Linux (64-bit) |
| 105 | +👉 Windows (64-bit) |
| 106 | + |
| 107 | +Email me for any questions or doubts about this new project on: [email protected] |
| 108 | + |
| 109 | +** Donation ** |
| 110 | +============== |
| 111 | + |
| 112 | +If this project help you reduce time to develop and also you like it, please support it with a donation 😄👍. Thanks! |
| 113 | + |
| 114 | +Open Collective: https://opencollective.com/javascriptenhancements/donate |
| 115 | +PayPal: https://www.paypal.me/LorenzoPichilli |
| 116 | + |
| 117 | +Thanks anyway for your support! 😄😄 |
| 118 | + |
| 119 | +MIT License |
0 commit comments