Skip to content

Commit 250e377

Browse files
v2.6.99
1 parent 3ac11f8 commit 250e377

File tree

4 files changed

+54
-2
lines changed

4 files changed

+54
-2
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ developing and managing <a href="https://github.com/pichillilorenzo/JavaScriptEn
1616
- Cordova projects (run cordova emulate, build, compile, serve, etc. directly from Sublime Text!)
1717
- Ionic v1 and v2 (it includes also v3) projects (same as Cordova projects!)
1818
- Angular v1 and v2 (it includes also v4 and v5) projects
19+
- Vue projects (only about the creation at this moment, see the <a href="https://github.com/pichillilorenzo/JavaScriptEnhancements/wiki/Example-Vue.js-project">wiki</a>)
1920
- React projects (only about the creation at this moment)
2021
- React Native projects (only about the creation at this moment. I will add also **NativeScript** support)
2122
- Express projects (only about the creation at this moment)

changelog/2.6.99.txt

Lines changed: 49 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,49 @@
1+
v2.6.99
2+
3+
- Merged pull request #50 from shigg1120/master "Change cursor positions for-for_in and for_of"
4+
5+
6+
🎉🎉 ANNOUNCEMENT - NEW PLUGIN "JavaScript Enhancements" RELEASED 🎉🎉
7+
=======================================================================
8+
9+
I developed a new plugin with new features thanks to Flow (javascript static type checker from Facebook).
10+
11+
So, I will NO LONGER SUPPORT "JavaScript Completions" plugin, except in particular cases.
12+
I'm going to focus only on this new one!
13+
14+
You can find it on: 👉👉 https://github.com/pichillilorenzo/JavaScriptEnhancements 👈👈
15+
16+
This new plugin offers not only a BETTER AUTOCOMPLETE but a lot of FEATURES about creating,
17+
developing and managing javascript projects, such as:
18+
19+
- JavaScript real-time errors
20+
- Code Refactoring
21+
- Local bookmarks project
22+
- Cordova projects (run cordova emulate, build, compile, serve, etc. directly from Sublime Text!)
23+
- Ionic v1 and v2 (it includes also v3) projects (same as Cordova projects!)
24+
- Angular v1 and v2 (it includes also v4 and v5) projects
25+
- Vue projects (only about the creation at this moment)
26+
- React projects (only about the creation at this moment)
27+
- React Native projects (only about the creation at this moment. I will add also **NativeScript** support)
28+
- Express projects (only about the creation at this moment)
29+
- Yeoman generators
30+
- etc.
31+
32+
You could use it also in existing projects!!
33+
34+
SEE the Wiki - https://github.com/pichillilorenzo/JavaScriptEnhancements/wiki
35+
to get the complete list of the features that it offers!
36+
37+
It will turn Sublime Text into a JavaScript IDE like!
38+
=====================================================
39+
40+
## OS SUPPORTED NOW by this new plugin:
41+
=======================================
42+
43+
👉 Linux (64-bit)
44+
👉 Mac OS X
45+
👉 Windows (64-bit)
46+
47+
Email me for any questions or doubts about this new project on: [email protected]
48+
49+
Thanks for your support!!!

changelog/install.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ developing and managing javascript projects, such as:
2020
- Cordova projects (run cordova emulate, build, compile, serve, etc. directly from Sublime Text!)
2121
- Ionic v1 and v2 (it includes also v3) projects (same as Cordova projects!)
2222
- Angular v1 and v2 (it includes also v4 and v5) projects
23+
- Vue projects (only about the creation at this moment)
2324
- React projects (only about the creation at this moment)
2425
- React Native projects (only about the creation at this moment. I will add also **NativeScript** support)
2526
- Express projects (only about the creation at this moment)
@@ -39,7 +40,7 @@ It will turn Sublime Text into a JavaScript IDE like!
3940

4041
👉 Linux (64-bit)
4142
👉 Mac OS X
42-
👉 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!
43+
👉 Windows (64-bit)
4344

4445
Email me for any questions or doubts about this new project on: [email protected]
4546

messages.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,6 @@
1010
"2.6.95": "changelog/2.6.95.txt",
1111
"2.6.96": "changelog/2.6.96.txt",
1212
"2.6.97": "changelog/2.6.97.txt",
13-
"2.6.98": "changelog/2.6.98.txt"
13+
"2.6.98": "changelog/2.6.98.txt",
14+
"2.6.99": "changelog/2.6.99.txt"
1415
}

0 commit comments

Comments
 (0)