Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Ctags 为 .html 创建空索引文件
我从 Macports 安装新的 ctags 5.8 并尝试为我的项目制作索引文件。但没有“标签”文件只包含标题
我可以为 HTML 文件生成什么“标签”?
MacOS 10.6.2 ctags 5.8
如果您输入ctags --list-kinds=HTML,您将看到 ctags 可以为 HTML 文件制作的标签类型。例如:
ctags --list-kinds=HTML
$ ctags --list-kinds=HTML a named anchors f JavaScript functions
如果您想搜索一堆 HTML 文件,您可以随时使用:vimgrep mytag **
:vimgrep mytag **