开发者

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 **

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜