vim-tags
vim-tags copied to clipboard
Integrate with jsctags & coffeetags
It seems vim-tags doesn't support JavaScript tags generation. I found it from tagbar's wiki that we can use CoffeeTags and jsctags to generate js tags.
I'm wondering how I can integrate these two tags generator with vim-tags?
Thanks.
Yeah, I think about integrating other tools. And perhaps some per project config file. Besides jsctags and CoffeeTags I thought about gotags too.
Please let me know if there is anything I can help. I'm trying to learn how to write a vim plugin now LOL