ctags make empty index file for html
Ctags make empty index file for .html
I install from Macports new ctags 5.8 and try开发者_开发问答 make index file for my project. But no "tags" file contain only headers
What i can generate "tags" for HTML file?
MacOS 10.6.2 ctags 5.8
If you enter ctags --list-kinds=HTML
you'll see the kinds of tags ctags can make for HTML files. For example:
$ ctags --list-kinds=HTML
a named anchors
f JavaScript functions
If you're wanting to search a bunch of HTML files you can always use :vimgrep mytag **
精彩评论