前端之家收集整理的这篇文章主要介绍了
Vim和ctags:标记文件名,
前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。
尝试运行ctags -R –extra = f.
–extra = f选项告诉ctags:
@H_
502_7@
“Include an entry for the base file name of every source file (e.g. “example.c”),which addresses the first line of the file.”
打开vim时,可以使用:tag< filename>跳到文件的第一行.