ctags 为 html 制作空索引文件

发布于 2024-10-20 12:42:50 字数 155 浏览 1 评论 0原文

Ctags 为 .html 制作空索引文件

我从 Macports 安装新的 ctags 5.8 并尝试为我的项目制作索引文件。但没有“标签”文件只包含标题

我可以为 HTML 文件生成什么“标签”?

MacOS 10.6.2 ctags 5.8

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

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

樱花落人离去 2024-10-27 12:42:50

如果您输入 ctags --list-kinds=HTML,您将看到 ctags 可以为 HTML 文件创建的标签类型。例如:

$ ctags --list-kinds=HTML
一个命名的锚点
f JavaScript 函数

如果您想搜索一堆 HTML 文件,您可以随时使用 :vimgrep mytag **

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

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文