Skip to content

Releases: pichillilorenzo/JavaScript-Completions

v2.6.99

11 Mar 20:44
Compare
Choose a tag to compare

v2.6.99

  • Merged pull request #50 from shigg1120/master "Change cursor positions for-for_in and for_of"

🎉🎉 ANNOUNCEMENT - NEW PLUGIN "JavaScript Enhancements" RELEASED 🎉🎉

I developed a new plugin with new features thanks to Flow (javascript static type checker from Facebook).

So, I will NO LONGER SUPPORT "JavaScript Completions" plugin, except in particular cases.
I'm going to focus only on this new one!

You can find it on: 👉👉 https://github.com/pichillilorenzo/JavaScriptEnhancements 👈👈

This new plugin offers not only a BETTER AUTOCOMPLETE but a lot of FEATURES about creating,
developing and managing javascript projects, such as:

  • JavaScript real-time errors
  • Code Refactoring
  • Local bookmarks project
  • Cordova projects (run cordova emulate, build, compile, serve, etc. directly from Sublime Text!)
  • Ionic v1 and v2 (it includes also v3) projects (same as Cordova projects!)
  • Angular v1 and v2 (it includes also v4 and v5) projects
  • Vue projects (only about the creation at this moment)
  • React projects (only about the creation at this moment)
  • React Native projects (only about the creation at this moment. I will add also NativeScript support)
  • Express projects (only about the creation at this moment)
  • Yeoman generators
  • etc.

You could use it also in existing projects!!

SEE the Wiki - https://github.com/pichillilorenzo/JavaScriptEnhancements/wiki
to get the complete list of the features that it offers!

It will turn Sublime Text into a JavaScript IDE like!

OS SUPPORTED by this new plugin:

👉 Linux (64-bit)
👉 Mac OS X
👉 Windows (64-bit)

Email me for any questions or doubts about this new project on: pichillilorenzo@gmail.com

Thanks for your support!!!

v2.6.98

11 Feb 19:34
Compare
Choose a tag to compare

Fixes

  • #48, keymap update on Windows, now bindings are like Super + Alt + alphanum
  • AttributeError: 'NoneType' object has no attribute 'get' #49

🎉🎉 ANNOUNCEMENT - NEW PLUGIN "JavaScript Enhancements" RELEASED 🎉🎉

I developed a new plugin with new features thanks to Flow (javascript static type checker from Facebook).

So, I will NO LONGER SUPPORT "JavaScript Completions" plugin, except in particular cases.
I'm going to focus only on this new one!

You can find it on: 👉👉 https://github.com/pichillilorenzo/JavaScriptEnhancements 👈👈

This new plugin offers not only a BETTER AUTOCOMPLETE but a lot of FEATURES about creating,
developing and managing JavaScript projects, such as:

  • JavaScript real-time errors
  • Code Refactoring
  • Local bookmarks project
  • Cordova projects (run cordova emulate, build, compile, serve, etc. directly from Sublime Text!)
  • Ionic v1 and v2 (it includes also v3) projects (same as Cordova projects!)
  • Angular v1 and v2 (it includes also v4 and v5) projects
  • React projects (only about the creation at this moment)
  • React Native projects (only about the creation at this moment. I will add also NativeScript support)
  • Express projects (only about the creation at this moment)
  • Yeoman generators
  • etc.

You could use it also in existing projects!!

SEE the Wiki - https://github.com/pichillilorenzo/JavaScriptEnhancements/wiki
to get the complete list of the features that it offers!

It will turn Sublime Text into a JavaScript IDE like!

OS SUPPORTED NOW by this new plugin:

👉 Linux (64-bit)
👉 Mac OS X
👉 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!

Email me for any questions or doubts about this new project on: pichillilorenzo@gmail.com

Thanks for your support!!!

🎉🎉 ANNOUNCEMENT - NEW PLUGIN "JavaScript Enhancements" RELEASED 🎉🎉

08 Jan 22:54
Compare
Choose a tag to compare

I developed a new plugin with new features thanks to Flow (javascript static type checker from Facebook).
So, I will NO LONGER SUPPORT "JavaScript Completions" plugin, except in particular cases. I'm going to focus only on this new one!

You can find it on: 👉👉 https://github.com/pichillilorenzo/JavaScriptEnhancements 👈👈

This new plugin offers not only a better autocomplete but a lot of features about creating,
developing and managing javascript projects, such as:

  • Cordova projects (run cordova emulate, build, compile, serve, etc. directly from Sublime Text!)
  • Ionic v1 and v2 projects (same as Cordova projects!)
  • Angular v1 and v2 projects
  • React projects
  • Express projects
  • Yeoman generators
  • Local bookmarks project
  • JavaScript real-time errors
  • etc. (I will add also React Native and NativeScript support)

You could use it also in existing projects!! (see the Wiki - https://github.com/pichillilorenzo/JavaScriptEnhancements/wiki)

It will turn Sublime Text into a JavaScript IDE like!

OS SUPPORTED NOW by this new plugin

  • Linux (64-bit)
  • Mac OS X
  • 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!

Email me for any questions or doubts about this new project on: pichillilorenzo@gmail.com

Thanks for your support!!!

🎉🎉 ANNOUNCEMENT - NEW PLUGIN "JavaScript Enhancements" RELEASED 🎉🎉

02 Jan 13:00
Compare
Choose a tag to compare

I developed a new plugin with new features thanks to Flow (javascript static type checker from Facebook).
So, I will NO LONGER SUPPORT "JavaScript Completions" plugin, except in particular cases. I'm going to focus only on this new one!

You can find it on: 👉👉 https://github.com/pichillilorenzo/JavaScriptEnhancements 👈👈

This new plugin offers not only a better autocomplete but a lot of features about creating,
developing and managing javascript projects, such as:

  • Cordova projects (run cordova emulate, build, compile, serve, etc. directly from Sublime Text!)
  • Ionic v1 and v2 projects (same as Cordova projects!)
  • Angular v1 and v2 projects
  • React projects
  • Express projects
  • Yeoman generators
  • Local bookmarks project
  • JavaScript real-time errors
  • etc.

You could use it also in existing projects!! (see the Wiki - https://github.com/pichillilorenzo/JavaScriptEnhancements/wiki)

It will turn Sublime Text into a JavaScript IDE like!

OS SUPPORTED NOW by this new plugin

  • Linux (64-bit)
  • Mac OS X

For Windows users

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!

Email me for any questions or doubts about this new project on: pichillilorenzo@gmail.com

Thanks for your support!!!

v2.6.95

30 Dec 16:49
Compare
Choose a tag to compare

ANNOUNCEMENT - NEW PLUGIN "JavaScript Enhancements" DEVELOPMENT

I'm developing a new plugin with new features thanks to Flow (javascript static type checker from Facebook).

After its first release, I will NO LONGER SUPPORT "JavaScript Completions" plugin. I will focus only on this new one.

You can find it on: https://github.com/pichillilorenzo/JavaScriptEnhancements

This new plugin will offer not only a better autocomplete but a lot of features about creating,
developing and managing javascript projects, such as:

  • Cordova projects (run cordova emulate, build, compile, serve, etc. directly from Sublime Text!)
  • Ionic v1 and v2 projects (same as Cordova projects!)
  • Angular v1 and v2 projects
  • React projects
  • Express projects
  • Yeoman generators
  • Local bookmarks project
  • JavaScript real-time errors
  • etc.

It will turn Sublime Text into a JavaScript IDE like!

I'm going to release a first testable version these days, so WATCH the repository to stay tuned for any news!

v2.6.94

10 Apr 23:32
Compare
Choose a tag to compare

v2.6.94

v2.6.93

09 Apr 19:09
Compare
Choose a tag to compare

v2.6.93

v.2.6.91

09 Apr 16:05
Compare
Choose a tag to compare
Update install.txt

fixed #18 issue (Custom Completions not working)

02 Apr 00:28
Compare
Choose a tag to compare

fixed #18 issue (Custom Completions not working)

Fixes to #13, #30, #34

30 Mar 16:05
Compare
Choose a tag to compare