Is it possible to generate a ctags file for CoffeeScript in vim/MacVim?
feedback
|
|
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. | |||
|
feedback
|
|
I released a tool which gives you what you need - coffeeTags | |||
feedback
|