CoffeeConsole icon indicating copy to clipboard operation
CoffeeConsole copied to clipboard

A Chrome Extension for running CoffeeScript from the Web Inspector

Results 10 CoffeeConsole issues
Sort by recently updated
recently updated
newest added

i dont need to see JS on the right at all times. (i would just hide it forever but that's me) http://d.pr/i/legl this is the most awesome thing after coffeescript...

It's absurdly often that I find myself writing lines like this: ``` example_highlights = app.authorized.courses.reader.concept.content.get('atom').get('highlights').filter((h) => h.get('highlight_data')[0].highlight_type == 'example') ``` To make things a bit more frustrating, ⌘← doesn't bring...

``` coffeescript foobar() # undefined function console.log a: 1, b: 2 ``` then pressing shift-enter to evaluate it would not produce any response from the console. should print the exception...

After checking out the source and trying to run it, I get an error because the coffee.html file has an inline script. These are no longer allowed: http://developer.chrome.com/extensions/contentSecurityPolicy.html#JSExecution

I'm trying to load this into Chrome unpackaged so I can make some edits, but I can't seem to get it to work. It seems to load in fine, but...

On most projects I work on, the indentation is 2 spaces rather than the 4 used in CoffeeConsole. It would be really great if I could set this through an...

``` {ok: true} ``` the built-in REPL console logs the last expression by default. my feeling is that it's better to provide some sort of feedback everytime something is evaluated.

Can we have other colorschemes rather than twilight? Or perhaps use the same as the console. something that looks more native.