-
Notifications
You must be signed in to change notification settings - Fork 64
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Alt-shift-D doesn't work for .litcoffee or .coffee.md #190
Comments
Can you confirm that your code is indented 4 spaces, and that the Syntax for the litcoffee file is "CoffeScript (Literate)"? |
Yes on both counts.
Alt-shift-D used to open up a new unsaved window with the Javascript. Is that what it is supposed to do with .litcoffee? In other words, am I looking for the wrong thing? |
From the sound of it, what you have should give you what you're looking for. Do you see any errors or output in your console when you hit alt+shift+d? |
Picking this thread up again:
in simple test project with almost exact same setup as @tdsfugal except I'm using Sublime Text 3. |
Hi @iainhouston, do you have coffeescript installed and have its install location set in the |
Yes, it was the |
Happy to help, @iainhouston! Happy coding! 🍻 |
Alt-shift-d (compile and display) works fine on plain old .coffee files, but doesn't display the transpiled .js for literate coffeescript. Literate coffee script (.litcoffee and .coffee.md) files seem to compile and run just fine. Am I doing something wrong?
BTW - excellent plugin. Alt-shift-D is a fantastic productivity boost.
(Using better coffee script in Sublime Text 2 on osX 10.9.5.)
The text was updated successfully, but these errors were encountered: