CoffeeScript-Sublime-Plugin icon indicating copy to clipboard operation
CoffeeScript-Sublime-Plugin copied to clipboard

Syntax highlighting and checking, commands, shortcuts, snippets, compilation and more.

Results 30 CoffeeScript-Sublime-Plugin issues
Sort by recently updated
recently updated
newest added

CoffeeScript 1.5 introduced [literate CoffeeScript](http://coffeescript.org/#literate). I was wondering if there's any plan of implementing it. So far it works well without any change, except for the use of `'` inside...

I would like to have source map support (http://coffeescript.org/#changelog > 1.6.1) on compile Here is my [fork proposition: https://github.com/scips/CoffeeScript-Sublime-Plugin/commit/c0e915063f57dc5575b746a7169d81b260e942e1](https://github.com/scips/CoffeeScript-Sublime-Plugin/commit/c0e915063f57dc5575b746a7169d81b260e942e1)

Hey Joe. I switched over to Sublime a few months back, and have been greatly enjoying your CoffeeScript bundle -- fun stuff. Over the last few days, I've been hacking...

As of 0.5.3 - single or double quotes break when not spaced from equal ``` javascript // syntax highlights normal sampleVar = "/url/path" // syntax highlights break. Code from here...

bug

File watching suport (coffee --watch). - Some way to start/stop the auto-compilation of code, specs etc. - Compilation errors reported via Sublime in some way.

feature
rfc

`CoffeeScript.py#run()` overwrites the `PATH` environment variable. I _can_ specify `binDir` in my ST2 settings, but if I've already got my environment set correctly, this overwrites it. Note that if I...

Valid CoffeeScript won't compile using the 'Display JavaScript' command if there are Japanese or other non-ASCII characters in the file. Instead an error is logged and blank window appears. This...

bug
frozen

On Debian Testing+Sid, when I try, for example, check the syntax (Alt+Shift+S), or invoke any other action of this plugin, an error occurs (showed in the new tab or status...

change
frozen

I'm using this command to compile and output CoffeeScript in JS: `{ "keys": ["super+b"], "command": "compile_and_display", "args": {"opt": "-p"}}` If there is any cyrillic characters, it gives me blank output....

rfc

Would be nice if there was a way to make project code available to scripts ran via run_script.

enhancement