Vim和ctags:标记文件名

前端之家收集整理的这篇文章主要介绍了Vim和ctags:标记文件名前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。
是否可以使用ctags生成文件名的标签?我想跳转到一个文件名的文件. :看起来似乎比标签慢了
尝试运行ctags -R –extra = f.

–extra = f选项告诉ctags:

“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>跳到文件的第一行.

原文链接:https://www.f2er.com/bash/386688.html

猜你在找的Bash相关文章