gpt4 book ai didi

vim - 如何在 vim 中提取函数调用?

转载 作者:行者123 更新时间:2023-12-04 22:37:00 25 4
gpt4 key购买 nike

假设一行文本如下:

$x = ( frobnicate( foo( bar( $x, $y )[ 1 ]))[ 1 ]);

光标位于“frobnicate”的“f”上,我想拉出包含调用 frobnicate 的文本。 (也就是说,直到第三个右括号为止的所有内容。我当然可以:

y3f)

或与

vf);;y

但这些都没有吸引力。 (我不想手动计算 '3',也不想重复查找直到我到达终点。)有没有一种简单的方法来完成从 'f' 到匹配的结束括号的移动?我在想类似 v_i '内字'运动命令的东西。

最佳答案

y%似乎工作。

来自 help % :

Find the next item in this line after or under the cursor and jump to its match. inclusive motion. Items can be: ([{}]) parenthesis or (curly/square) brackets

关于vim - 如何在 vim 中提取函数调用?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/4499793/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com