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.
有没有办法在 Vim 中显示函数的范围,我的意思是 {...}?我使用Eclipse ADT,发现它可以做到这一点,这是一个非常好的特性。
查看函数范围的一种方法是使用折叠 ( :help fold),该foldcolumn选项将提供折叠位置的表示。
:help fold
foldcolumn
另一个有用的范围特性是[{and ]},它可以前后跳转到下一级大括号。
如果您无法看到函数范围的限制,另一种有用的方法是使您的函数更小:-)