How to use CoffeeTags (min 0.0.2.0) with TagBar
CoffeeTags can work in 2 modes:
- tags only for functions (default)
- tags for functions and objects containing them
Second mode is activated by adding --include-vars to command line arguments
CoffeeTags no longer requires modification of the .vimrc or creation of ftplugin files. It should work out of the box, presuming your filetype is set correctly. If it doesn't work and :set filetype? retuns something other than filetype=coffee, you can put this in your .vimrc:
autocmd BufNewFile,BufRead *.coffee setfiletype coffee