Skip to content

Commit 82ee2c8

Browse files
v0.1.14
1 parent 06415fb commit 82ee2c8

13 files changed

+834
-692
lines changed

_generated_2018_01_03_at_18_17_53.py renamed to _generated_2018_01_05_at_03_53_12.py

Lines changed: 263 additions & 235 deletions
Large diffs are not rendered by default.

changelog/0.1.14.txt

Lines changed: 85 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,85 @@
1+
v0.1.14
2+
3+
## Fixes
4+
5+
- Fix for show_hint_paramters with JavaScript (Babel) Syntax
6+
- Fixed "undefined" string for certain completion in default_autocomplete.json
7+
- Fixed error showing in multiple lines
8+
9+
10+
=================================================================
11+
** THIS PLUGIN IS IN BETA! Thanks for your support in advance! **
12+
=================================================================
13+
14+
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
34+
- Express projects
35+
- Yeoman generators
36+
- Local bookmarks project
37+
- JavaScript real-time errors
38+
- etc.
39+
40+
You could use it also in existing projects (see the Wiki - https://github.com/pichillilorenzo/JavaScriptEnhancements/wiki/Using-it-with-an-existing-project)!
41+
42+
It turns Sublime Text into a JavaScript IDE like!
43+
44+
This project is based on my other Sublime Text plugin JavaScript Completions (https://github.com/pichillilorenzo/JavaScript-Completions)
45+
46+
** NOTE **
47+
If you want use this plugin, you may want uninstall/disable the JavaScript Completions plugin, if installed.
48+
49+
** OS SUPPORTED NOW **
50+
======================
51+
52+
👉 Linux (64-bit)
53+
👉 Mac OS X
54+
55+
### For Windows users
56+
57+
For Windows support I will create a "degraded" mode without the use of TerminalView plugin these days, so WATCH the repository. 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!
58+
59+
❗❗ Dependencies ❗❗
60+
=======================
61+
62+
In order to work properly, this plugin has some dependencies:
63+
64+
👉 Sublime Text 3 (build 3124 or newer)
65+
👉 Node.js and npm (https://nodejs.org or nvm (https://github.com/creationix/nvm))
66+
👉 TerminalView sublime text plugin (https://github.com/Wramberg/TerminalView)
67+
68+
Not required, but useful for typescript files (Flow wont work on this type of files):
69+
70+
👉 TypeScript sublime text plugin (https://github.com/Microsoft/TypeScript-Sublime-Plugin)
71+
72+
** Flow Requirements **
73+
=======================
74+
75+
It use [Flow](https://github.com/facebook/flow) for type checking and auto-completions.
76+
77+
👉 Mac OS X
78+
👉 Linux (64-bit)
79+
👉 Windows (64-bit)
80+
81+
Email me for any questions or doubts about this new project on: pichillilorenzo@gmail.com
82+
83+
Thanks for your support! 😄😄
84+
85+
MIT License

0 commit comments

Comments
 (0)