You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It helps you to write your scripts more quickly with hints and completions.
10
-
11
-
<h2>ANNOUNCEMENT - NEW PLUGIN "JavaScript Enhancements" DEVELOPMENT</h2>
12
3
<p>
13
4
14
-
I'm developing a new plugin with new features thanks to <strong><ahref="https://github.com/facebook/flow">Flow</a></strong> (javascript static type checker from Facebook).
15
-
<strong>After its first release, I will no longer support "JavaScript Completions" plugin. I will focus only on this new one</strong>.
5
+
I developed a new plugin with new features thanks to <strong><ahref="https://github.com/facebook/flow">Flow</a></strong> (javascript static type checker from Facebook).
6
+
<strong>So, I will NO LONGER SUPPORT "JavaScript Completions" plugin, except in particular cases. I'm going to focus only on this new one!</strong>
16
7
17
-
You can find it on: <ahref="https://github.com/pichillilorenzo/JavaScriptEnhancements">https://github.com/pichillilorenzo/JavaScriptEnhancements</a>
8
+
You can find it on: 👉👉 <ahref="https://github.com/pichillilorenzo/JavaScriptEnhancements">https://github.com/pichillilorenzo/JavaScriptEnhancements</a> 👈👈
18
9
19
-
This new plugin will offer not only a <strong>better autocomplete</strong> but a lot of <strong>features</strong> about creating,
10
+
This new plugin offers not only a <strong>better autocomplete</strong> but a lot of <strong>features</strong> about creating,
20
11
developing and managing <strong>javascript projects</strong>, such as:
21
12
22
13
- Cordova projects (run cordova emulate, build, compile, serve, etc. directly from Sublime Text!)
@@ -29,11 +20,11 @@ developing and managing <strong>javascript projects</strong>, such as:
29
20
- JavaScript real-time errors
30
21
- etc.
31
22
32
-
It will turn Sublime Text into a <strong>JavaScript IDE</strong> like!
23
+
You could use it also in <strong>existing projects</strong>!! (see the Wiki - https://github.com/pichillilorenzo/JavaScriptEnhancements/wiki)
33
24
34
-
<spanstyle="text-decoration: underline;">I'm going to release a first testable version these days, so <strong>WATCH</strong> the repository to stay tuned for any news!</span>
25
+
It will turn Sublime Text into a <strong>JavaScript IDE</strong> like!
0 commit comments