开发者

ctags make empty index file for html

开发者 https://www.devze.com 2023-02-15 10:06 出处:网络
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

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

精彩评论

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