是否可以在 emacs 中自动重新生成和加载标签表,而不必继续运行访问标签表?
我正在尝试找到一种方法来为我的应用程序自动重新生成标签并在 emacs 中访问这些标签以尝试改进我的工作流程。是否可以让 emacs 检测 TAG 文件中的更改并重新访问它?
I am trying to find a way to auto-regenerate tags for my application and visit those tags in emacs to try to improve my workflow. Is it possible to get emacs to detect changes in TAG file and re-visit it ?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
有一个标签设置:
如果磁盘上的标签文件发生更改,它将告诉标签功能重新访问标签文件。每次调用标签函数时都会进行此检查。
There is a tags setting:
Which will tell tags functionality to re-visit the TAGS file if it changes on disk. This check happens every time you invoke a tags function.
也许不完全是您正在寻找的,但我有一个小函数可以重新生成并重新访问我一直使用的当前工作目录中的标签表。
Maybe not exactly what you're looking for, but I have a small function to regenerate and re-visit the tags table in the current working directory that I use all the time.