CoffeeReplConsole
Extension Delisted
This extension is no longer available in the official store. Delisted on 2025-09-17.
A CoffeeScript Repl console within the Web Inspector.
Have you ever thought that, it would be awesome if you could use CoffeeScript instead of Javascript in your Chrome Developer Console. You know because CofeeScript rocks. Don't think again! Thanks to this extension, your wishes are becoming true.
Latest reviews
I feel harsh writing this but the truth is I can't use cmd and alt to select chunks of text on mac, so that's a non-starter for me. I need most regular text inputs, not javascript based ones
Would be great, but cannot manage your live DOM with this...
Could be SO much better. Not even usable as-is. NEEDS: - scroll to the bottom of the screen as you fill the page. - have access to things defined in the page's context, like $. eg: > window undefined # ??? > $ undefined
I love this. :) It would be great if you could implement actual chrome console like UX. with clear button, scroll when we are at bottom of screen. Adjustable font size control.
Multi-line commands...?
Very promising! Implementation seemed somewhat unstable, though. On my machine it frequently lost keyboard focus and it was difficult/impossible to get it back. `console.log` messages isn't replicated, only printed on the normal console. I strongly agree with the other reviewer that the visual style should resemble the built-in console as much as possible.
When you write things like "document" or "window" it hangs. Another thing is that you must click on "CoffeeScript>" to focus the text, or you can't write. Also, it doesn't display the output of the original console (I don't know if it's possible though). And finally, I think you might want to consider using the same style as the classic console, just to keep it standard. Besides that, great work! It looks promising and it's a great idea. I didn't even knew it could be done!