Converts files, selection and clipboard content from Javascript to Coffee using js2coffee
In the command Pallette choose Package Control: Install Repository and select JS2Coffee for 2 && 3
Clone the repository in your Sublime Text "Packages" directory:
git clone https://github.com/anderson916/sublime-js-to-coffee.git "Js2Coffee"
The "Packages" directory is located at:
-
OS X:
~/Library/Application Support/Sublime Text 3/Packages/
-
Linux:
~/.config/sublime-text-3/Packages/
-
Windows:
%APPDATA%/Sublime Text 3/Packages/
- Convert whole javascript file
Shift+Alt+F
- creates new file in the same folder using the same name as the source ending with '.js'. - Convert selection
Shift+Alt+S
- replaces selection of javascript with JADECoffee content. - Convert clipboard content
Shift+Alt+V
- inserts Coffee of converted clipboard javascript content.
- JS2Coffee: Convert file
- JS2Coffee: Convert selection
- JS2Coffee: Convert clipboard content
Follow the instruction from Sublime Text 2 branch