ctags definitions for Coffeescript. Very basic for now. "> ctags -e -R source_folder" and then M-. to jump to the definition of any function or variable (if you're using emacs)
You can also declare a class like this:
(export ? window).MyClass = class MyClass
constructor: ...
I mean, it doesn't need to start with "class":
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Thanks a lot.
A needed wrap regexp with
""
before I make it work