如何为 Groovy 类生成用于 VIM/Emacs 的 TAGS 文件
Exuberant cTags 不支持 Groovy。
Exuberant cTags doesn't support Groovy.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
Exuberant cTags 不支持 Groovy。
Exuberant cTags doesn't support Groovy.
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(1)
您需要创建一个 ctags 配置文件并将其放在您的主目录中。这是我用于动作脚本的一个(不记得在哪里找到它的)。查看 http://ctags.sourceforge.net/ctags.html 并查看 langdef、langmap、和正则表达式选项以获取更多信息。
ctags.cnf
另外,如果你使用 TList 插件,我的 vimcrc 中有这个
You need to create a ctags config file and put it in your home directory. Here is one that I use for actionscript(don't remember where I found it). Look at http://ctags.sourceforge.net/ctags.html and see langdef, langmap, and regex options for more info.
ctags.cnf
Also if you use the TList Plugin I have this in my vimcrc