Created
April 7, 2011 07:44
-
-
Save mads-hartmann/907245 to your computer and use it in GitHub Desktop.
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)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Very important to include
'(tags-case-fold-search nil)
This will make the tag search case sensitive, and that makes quite a bit of difference to navigation(reduces extraneous matches). Also, make sure to --exclude=anything_you_don't_care_about.