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
If you like it, remember to star it ⭐ on GitHub: https://github.com/pichillilorenzo/JavaScriptEnhancements
15
+
16
+
** USAGE **
17
+
===========
18
+
19
+
See how it works on the Wiki: 👉👉 https://github.com/pichillilorenzo/JavaScriptEnhancements/wiki 👈👈
20
+
21
+
22
+
** WHAT IS THIS? **
23
+
===================
24
+
25
+
This plugin uses Flow (javascript static type checker from Facebook) under the hood.
26
+
27
+
It offers better javascript autocomplete and a lot of features about creating,
28
+
developing and managing javascript projects, such as:
29
+
30
+
- Cordova projects (run cordova emulate, build, compile, serve, etc. directly from Sublime Text!)
31
+
- Ionic v1 and v2 projects (same as Cordova projects!)
32
+
- Angular v1 and v2 projects
33
+
- React projects (only about the creation for the moment)
34
+
- React Native projects (only about the creation for the moment. I will add also NativeScript support)
35
+
- Express projects (only about the creation for the moment)
36
+
- Yeoman generators
37
+
- Local bookmarks project
38
+
- JavaScript real-time errors
39
+
- etc.
40
+
41
+
You could use it also in existing projects (see the Wiki - https://github.com/pichillilorenzo/JavaScriptEnhancements/wiki/Using-it-with-an-existing-project)!
42
+
43
+
It turns Sublime Text into a JavaScript IDE like!
44
+
45
+
This project is based on my other Sublime Text plugin JavaScript Completions (https://github.com/pichillilorenzo/JavaScript-Completions)
46
+
47
+
** NOTE **
48
+
If you want use this plugin, you may want uninstall/disable the JavaScript Completions plugin, if installed.
49
+
50
+
** OS SUPPORTED NOW **
51
+
======================
52
+
53
+
👉 Linux (64-bit)
54
+
👉 Mac OS X
55
+
👉 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!
56
+
57
+
❗❗ Dependencies ❗❗
58
+
=======================
59
+
60
+
In order to work properly, this plugin has some dependencies:
61
+
62
+
👉 Sublime Text 3 (build 3124 or newer)
63
+
👉 Node.js and npm (https://nodejs.org or nvm (https://github.com/creationix/nvm))
64
+
👉 TerminalView (only for Linux and Mac OS X) sublime text plugin (https://github.com/Wramberg/TerminalView)
65
+
66
+
Not required, but useful for typescript files (Flow wont work on this type of files):
67
+
68
+
👉 TypeScript sublime text plugin (https://github.com/Microsoft/TypeScript-Sublime-Plugin)
69
+
70
+
** Flow Requirements **
71
+
=======================
72
+
73
+
It use [Flow](https://github.com/facebook/flow) for type checking and auto-completions.
74
+
75
+
👉 Mac OS X
76
+
👉 Linux (64-bit)
77
+
👉 Windows (64-bit)
78
+
79
+
Email me for any questions or doubts about this new project on: [email protected]
0 commit comments