All Projects → surjikal → Sublime Coffee Compile

surjikal / Sublime Coffee Compile

Preview compiled CoffeeScript in your editor!

Programming Languages

python
139335 projects - #7 most used programming language
coffeescript
4710 projects

Projects that are alternatives of or similar to Sublime Coffee Compile

Sublimall Server
Server behind Sublimall SublimeText plugin
Stars: ✭ 43 (-47.56%)
Mutual labels:  sublime-text
Sublime Text Plugins For Frontend Web Development
📝 Collection of plugins for Frontend Web Development
Stars: ✭ 1,127 (+1274.39%)
Mutual labels:  sublime-text
Consolewrap
This plugin helps you to work easily with log statements
Stars: ✭ 75 (-8.54%)
Mutual labels:  sublime-text
Codeatlassublime
Code relationship graph visualization plugin of sublime editor
Stars: ✭ 44 (-46.34%)
Mutual labels:  sublime-text
Sublimelinter Contrib Xo
SublimeLinter plugin for XO
Stars: ✭ 53 (-35.37%)
Mutual labels:  sublime-text
Packagesync
Sync sublime text packages & user settings across devices.
Stars: ✭ 63 (-23.17%)
Mutual labels:  sublime-text
Sublime Text Imfix
Fix Sublime Text 3 Input method problem (CJK words) under Ubuntu
Stars: ✭ 969 (+1081.71%)
Mutual labels:  sublime-text
Ecmascript Sublime
ECMAScript/JavaScript syntax (ES2015-ES2018, JSX, template highlighting, etc) with absurdly specific scopes
Stars: ✭ 78 (-4.88%)
Mutual labels:  sublime-text
Sublime Phpck
PHP completions for Sublime Text.
Stars: ✭ 58 (-29.27%)
Mutual labels:  sublime-text
Dotfiles
What tools and plugins I use for web development?
Stars: ✭ 73 (-10.98%)
Mutual labels:  sublime-text
Sublime Text 2 User Settings
💾 2011–2013 — My user settings for Sublime Text 2
Stars: ✭ 45 (-45.12%)
Mutual labels:  sublime-text
Svg Snippets
🔰 A set of custom SVG snippets for Sublime Text 2/3
Stars: ✭ 50 (-39.02%)
Mutual labels:  sublime-text
Sublime Phpunit
PHPUnit support for Sublime Text
Stars: ✭ 63 (-23.17%)
Mutual labels:  sublime-text
Lsp
Client implementation of the Language Server Protocol for Sublime Text
Stars: ✭ 1,018 (+1141.46%)
Mutual labels:  sublime-text
Colorhighlight
🎨 Lightweight Color Highlight colorizer for Sublime Text
Stars: ✭ 76 (-7.32%)
Mutual labels:  sublime-text
Sublime Ava
Snippets for AVA
Stars: ✭ 41 (-50%)
Mutual labels:  sublime-text
Sublimephpcsfixer
Run php-cs-fixer code formatter to format php code from your favorite text editor
Stars: ✭ 63 (-23.17%)
Mutual labels:  sublime-text
Guides
A miscellania of how-to's, references, and style guides for stuff I'm into.
Stars: ✭ 82 (+0%)
Mutual labels:  sublime-text
Goguru
GoGuru is a Golang plugin for SublimeText 3 that integrates the Go guru tool.
Stars: ✭ 78 (-4.88%)
Mutual labels:  sublime-text
Vuejs Snippets Sublime
Vuejs Snippets for Sublime Text
Stars: ✭ 70 (-14.63%)
Mutual labels:  sublime-text

Sublime Text 2/3 - Coffee Compile

This package allows you to compile some or all of your CoffeeScript right from the editor. The JavaScript output will even have syntax highlighting!

To install CoffeeCompile, simply use Package Control.

You'll need to setup some paths in the settings file before you can use the plugin. Instructions are included in the settings file, don't worry! The settings file can be accessed through this menu: Sublime Text > Preferences > Package Settings > CoffeeCompile > Settings - User

To use the plugin, highlight your CoffeeScript and hit Ctrl+Shift+C (or Cmd+Shift+C on OSX).
Alternatively, right click and select the Coffee Compile command. To compile the whole file, don't highlight any text.

CoffeeCompile Screenshot

Color Scheme: Made of Code

Common Issues

OSError: [Errno 2] No such file or directory

This is happening because the plugin can't find coffee (or coffee.cmd on Windows). To fix this, go in the settings file and set the coffee_path to the executable's directory.

If you don't know where coffee is, run the following in your terminal: dirname `which coffee`

env: node: No such file or directory

This is happening because coffee can't find your node executable. To fix this, go in the settings file and set the node_path setting to the executable's directory.

If you don't know where node is, run the following in your terminal: dirname `which node`

Install

Package Control

Install the CoffeeCompile package from Package Control.

Manual

Clone this repository from your Sublime packages directory:

Linux

$ cd ~/.config/sublime-text-2/Packages
$ git clone https://github.com/surjikal/sublime-coffee-compile "Coffee Compile"

Macosx

$ cd "~/Library/Application Support/Sublime Text 2/Packages"
$ git clone https://github.com/surjikal/sublime-coffee-compile "Coffee Compile"

Windows (manual install untested)

$ cd "%APPDATA%\Sublime Text 2"
$ git clone https://github.com/surjikal/sublime-coffee-compile "Coffee Compile"
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].