- Notifications
You must be signed in to change notification settings - Fork38
Home
Welcome to the JavaScriptEnhancements wiki!
This is aSublime Text 3 plugin that helps you to create, develop and manage JavaScript projects.
In this article you can find an introduction to the plugin:https://css-tricks.com/turn-sublime-text-3-into-a-javascript-ide/
- Linux (64-bit)
- Mac OS X
- Windows (64-bit): released without the use ofTerminalView plugin. For each feature (like also creating a project) will be used the
cmd.exeshell (so during the creation of a projectdon't close it until it finishes!). Unfortunately the TerminalView plugin supports onlyLinux-based OS 😞 . Has someone any advice or idea about that? Is there something similar to the TerminalView plugin for Windows?? Thanks!
In order to work properly, this plugin has some dependencies:
- Sublime Text 3 (build3124 or newer)
- Node.js (6 or newer) andnpm (nodejs.org ornvm)
- TerminalView (only forLinux andMac OS X) sublime text plugin (TerminalView)
Not required, but reallyuseful for typescript files (Flow wont work on this type of files):
- TypeScript sublime text plugin (TypeScript)
It will useFlow for type checking and auto-completions.
- Mac OS X
- Linux (64-bit)
- Windows (64-bit)
You can find more information about Flow onflow.org
I'm searching for people that want help me develop this plugin in their spare time! If you are interested in this open-source project and you want work on this,send me an email specifying your knowledge about thePython programming language and any otherinformation and/orlinks that you may find useful. In case you don't know Python, specify in what and how you want contribute! I want create at least a small team that want help me.
A first introduction to contribution can be found onCONTRIBUTING.md.
Thanks in advance to all of you! 😄.