Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我需要经常检查变量/函数的定义。gd我可以通过带有,gD等的 ctags 跳转到变量/函数的定义ctrl ]。
gd
gD
ctrl ]
但是通过它,我从当前位置跳了出来,失去了当前位置的上下文。有什么方法可以检查工具提示中的定义,就像我们ctrl p ctrl n在插入模式中看到的那样。它确实有助于快速理解和浏览代码。
ctrl p
ctrl n
谢谢,
假设您已经有一个最新且可访问的tags文件,您可以在预览窗口中看到光标下的变量或方法的定义:
tags
<C-w>}
见:h preview-window。
:h preview-window