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
Copy file name to clipboardExpand all lines: README.md
+12-10Lines changed: 12 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,18 +7,20 @@ I developed a new plugin with new features thanks to <strong><a href="https://gi
7
7
8
8
You can find it on: 👉👉 <ahref="https://github.com/pichillilorenzo/JavaScriptEnhancements">https://github.com/pichillilorenzo/JavaScriptEnhancements</a> 👈👈
9
9
10
-
This new plugin offers not only a <strong>better autocomplete</strong> but a lot of <strong>features</strong> about creating,
11
-
developing and managing <strong>javascript projects</strong>, such as:
10
+
This new plugin offers not only a <strong>BETTER AUTOCOMPLETE</strong> but a lot of <strong>features</strong> about creating,
11
+
developing and managing <ahref="https://github.com/pichillilorenzo/JavaScriptEnhancements/wiki/Creating-a-JavaScript-Project"><strong>JavaScript projects</strong></a>, such as:
- Cordova projects (run cordova emulate, build, compile, serve, etc. directly from Sublime Text!)
14
-
- Ionic v1 and v2 projects (same as Cordova projects!)
15
-
- Angular v1 and v2 projects
16
-
- React projects
17
-
- Express projects
17
+
- Ionic v1 and v2 (it includes also v3) projects (same as Cordova projects!)
18
+
- Angular v1 and v2 (it includes also v4 and v5) projects
19
+
- React projects (only about the creation at this moment)
20
+
- React Native projects (only about the creation at this moment. I will add also **NativeScript** support)
21
+
- Express projects (only about the creation at this moment)
18
22
- Yeoman generators
19
-
- Local bookmarks project
20
-
- JavaScript real-time errors
21
-
- etc. (I will add also **React Native** and **NativeScript** support)
23
+
- etc.
22
24
23
25
You could use it also in <strong>existing projects</strong>!! (see the Wiki - https://github.com/pichillilorenzo/JavaScriptEnhancements/wiki)
24
26
@@ -157,7 +159,7 @@ You can use this feature in HTML, CSS and JavaScript context!
157
159
158
160
Just put the cursor on the word you want to check, "right-click" -> <code>"Can I use?"</code> and it will appear an input panel with all items that have a name matching with the word.
159
161
160
-
You can use key-map: <code>ctrl+alt+w</code>. Key-Map list: Preferences -> Package Settings -> JavaScript Completions -> Key Bindings - Default.
162
+
You can use key-map: <code>ctrl+alt+w</code> (<code>super+alt+w</code> on Windows). Key-Map list: Preferences -> Package Settings -> JavaScript Completions -> Key Bindings - Default.
161
163
162
164
After selecting an item from the list, it will appear a popup with all information from the [http://caniuse.com](http://caniuse.com) support tables.
👉 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!
47
+
48
+
Email me for any questions or doubts about this new project on: [email protected]
@@ -36,7 +41,6 @@ It will turn Sublime Text into a JavaScript IDE like!
36
41
👉 Mac OS X
37
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!
38
43
39
-
40
44
Email me for any questions or doubts about this new project on: [email protected]
0 commit comments