Is it possible to generate a ctags file for CoffeeScript in vim/MacVim?

link|improve this question

3  
This should really be tagged coffeescript, not coffee, n'est pas? :) – Trevor Burnham May 24 '11 at 14:04
I had originally meant to tag it coffeescript but it seems there was a hiccup. – Darren Newton May 25 '11 at 0:12
feedback

2 Answers

up vote 1 down vote accepted

There is no native support for Exuberant ctags, but if you just want to gather some variable and function definitions, you can create your own rules.

Here is an example that appeared in a google search.

link|improve this answer
This worked for me in emacs as well. – Loren Aug 29 '11 at 2:09
feedback

I released a tool which gives you what you need - coffeeTags

link|improve this answer
Do you think it's possible to use with CTags plugin for Sublime Text 2 (github.com/SublimeText/CTags)? I can't get it working together. Probably there is some format differencies? – okonetchnikov Apr 24 at 10:09
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.