首页 > 代码库 > ctags and vim
ctags and vim
1,源码目录下第归检索.
ctags -R *
2,搜索tag并用vim打开:
vim -t <tag>
3,在vim 下的一些操作:
Keyboard command | Action |
---|---|
Ctrl-] | Jump to the tag underneath the cursor |
:ts <tag> <RET> | Search for a particular tag |
:tn | Go to the next definition for the last tag |
:tp | Go to the previous definition for the last tag |
:ts | List all of the definitions of the last tag |
Ctrl-t | Jump back up in the tag stack |
ctags and vim
声明:以上内容来自用户投稿及互联网公开渠道收集整理发布,本网站不拥有所有权,未作人工编辑处理,也不承担相关法律责任,若内容有误或涉及侵权可进行投诉: 投诉/举报 工作人员会在5个工作日内联系你,一经查实,本站将立刻删除涉嫌侵权内容。