-
Notifications
You must be signed in to change notification settings - Fork 41
Home
Welcome to the JavaScriptEnhancements wiki!
This is a Sublime 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 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!
In order to work properly, this plugin has some dependencies:
- Sublime Text 3 (build 3124 or newer)
- Node.js (6 or newer) and npm (nodejs.org or nvm)
- TerminalView (only for Linux and Mac OS X) sublime text plugin (TerminalView)
Not required, but really useful for typescript files (Flow wont work on this type of files):
- TypeScript sublime text plugin (TypeScript)
It will use Flow for type checking and auto-completions.
- Mac OS X
- Linux (64-bit)
- Windows (64-bit)
You can find more information about Flow on flow.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 the Python programming language and any other information and/or links 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 on CONTRIBUTING.md.
Thanks in advance to all of you! 😄.