-
Notifications
You must be signed in to change notification settings - Fork 40
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix problems on_hover_description, updated README.md, first version t…
…estable v0.1.0 released
- Loading branch information
1 parent
3a850a7
commit 07df298
Showing
9 changed files
with
195 additions
and
30 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,74 @@ | ||
v0.1.0 | ||
|
||
================================================================= | ||
** THIS PLUGIN IS IN BETA! Thanks for your support in advance! ** | ||
================================================================= | ||
|
||
If you like it, remember to star it ⭐ on GitHub: https://github.com/pichillilorenzo/JavaScriptEnhancements | ||
|
||
** USAGE ** | ||
=========== | ||
|
||
See how it works on the Wiki: 👉👉 https://github.com/pichillilorenzo/JavaScriptEnhancements/wiki 👈👈 | ||
|
||
|
||
** WHAT IS THIS? ** | ||
=================== | ||
|
||
This plugin uses Flow (javascript static type checker from Facebook) under the hood. | ||
|
||
It offers better javascript autocomplete and a lot of features about creating, | ||
developing and managing javascript 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 | ||
- Express projects | ||
- Yeoman generators | ||
- Local bookmarks project | ||
- JavaScript real-time errors | ||
- etc. | ||
|
||
You could use it also in existing projects (see the Wiki - https://github.com/pichillilorenzo/JavaScriptEnhancements/wiki)! | ||
|
||
It turns Sublime Text into a JavaScript IDE like! | ||
|
||
This project is based on my other Sublime Text plugin JavaScript Completions (https://github.com/pichillilorenzo/JavaScript-Completions) | ||
|
||
** NOTE ** | ||
If you want use this plugin, you may want uninstall/disable the JavaScript Completions plugin, if installed. | ||
|
||
** OS SUPPORTED NOW ** | ||
====================== | ||
|
||
👉 Linux (64-bit) | ||
👉 Mac OS X | ||
|
||
❗❗ Dependencies ❗❗ | ||
======================= | ||
|
||
In order to work properly, this plugin has some dependencies: | ||
|
||
👉 Sublime Text 3 (build 3124 or newer) | ||
👉 Node.js and npm (https://nodejs.org or nvm (https://github.com/creationix/nvm)) | ||
👉 TerminalView sublime text plugin (https://github.com/Wramberg/TerminalView) | ||
|
||
Not required, but useful for typescript files (Flow wont work on this type of files): | ||
|
||
👉 TypeScript sublime text plugin (https://github.com/Microsoft/TypeScript-Sublime-Plugin) | ||
|
||
** Flow Requirements ** | ||
======================= | ||
|
||
It use [Flow](https://github.com/facebook/flow) for type checking and auto-completions. | ||
|
||
👉 Mac OS X | ||
👉 Linux (64-bit) | ||
👉 Windows (64-bit) | ||
|
||
Email me for any questions or doubts about this new project on: [email protected] | ||
|
||
Thanks for your support! 😄😄 | ||
|
||
MIT License |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,72 @@ | ||
JavaScript Enhancements Package | ||
=============================== | ||
================================================================= | ||
** THIS PLUGIN IS IN BETA! Thanks for your support in advance! ** | ||
================================================================= | ||
|
||
How To USE | ||
========== | ||
If you like it, remember to star it ⭐ on GitHub: https://github.com/pichillilorenzo/JavaScriptEnhancements | ||
|
||
** USAGE ** | ||
=========== | ||
|
||
See how it works on the Wiki: 👉👉 https://github.com/pichillilorenzo/JavaScriptEnhancements/wiki 👈👈 | ||
|
||
MIT License | ||
|
||
** WHAT IS THIS? ** | ||
=================== | ||
|
||
This plugin uses Flow (javascript static type checker from Facebook) under the hood. | ||
|
||
It offers better javascript autocomplete and a lot of features about creating, | ||
developing and managing javascript 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 | ||
- Express projects | ||
- Yeoman generators | ||
- Local bookmarks project | ||
- JavaScript real-time errors | ||
- etc. | ||
|
||
You could use it also in existing projects (see the Wiki - https://github.com/pichillilorenzo/JavaScriptEnhancements/wiki)! | ||
|
||
It turns Sublime Text into a JavaScript IDE like! | ||
|
||
This project is based on my other Sublime Text plugin JavaScript Completions (https://github.com/pichillilorenzo/JavaScript-Completions) | ||
|
||
** NOTE ** | ||
If you want use this plugin, you may want uninstall/disable the JavaScript Completions plugin, if installed. | ||
|
||
** OS SUPPORTED NOW ** | ||
====================== | ||
|
||
👉 Linux (64-bit) | ||
👉 Mac OS X | ||
|
||
❗❗ Dependencies ❗❗ | ||
======================= | ||
|
||
In order to work properly, this plugin has some dependencies: | ||
|
||
👉 Sublime Text 3 (build 3124 or newer) | ||
👉 Node.js and npm (https://nodejs.org or nvm (https://github.com/creationix/nvm)) | ||
👉 TerminalView sublime text plugin (https://github.com/Wramberg/TerminalView) | ||
|
||
Not required, but useful for typescript files (Flow wont work on this type of files): | ||
|
||
👉 TypeScript sublime text plugin (https://github.com/Microsoft/TypeScript-Sublime-Plugin) | ||
|
||
** Flow Requirements ** | ||
======================= | ||
|
||
It use [Flow](https://github.com/facebook/flow) for type checking and auto-completions. | ||
|
||
👉 Mac OS X | ||
👉 Linux (64-bit) | ||
👉 Windows (64-bit) | ||
|
||
Email me for any questions or doubts about this new project on: [email protected] | ||
|
||
Thanks for your support! 😄😄 | ||
|
||
MIT License |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
{ | ||
"install": "changelog/install.txt" | ||
"install": "changelog/install.txt", | ||
"0.1.0": "changelog/0.1.0.txt" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
[{"id": "tools", "children": [{"id": "npm_scripts", "children": [], "caption": "Npm/Yarn Scripts"}], "caption": "Tools"}] | ||
[{"caption": "Tools", "children": [{"caption": "Npm/Yarn Scripts", "children": [], "id": "npm_scripts"}], "id": "tools"}] |