gpt4 book ai didi

vim - 如何使 %(跳转到匹配的括号)键忽略 Vim 中注释掉的代码

转载 作者:行者123 更新时间:2023-12-03 21:04:12 28 4
gpt4 key购买 nike

1  #include <stdio.h>
2 int main(int argc, char* argv[]) {
3 int i=10;
4 /* } */
5 return 0;
6 }

如果光标在 { 下的第 2 行然后我按 % 键,光标显示
第 4 行匹配的右大括号(已注释掉)而不是匹配的
第 6 行的右大括号。

有什么解决方法吗?

最佳答案

您想要 matchit 插入。它扩展了 %命令的方式很多,包括跳过注释。包含在 Vim 中,但默认情况下未启用。

从它的文档:

By default, words inside comments and strings are ignored, unless the cursor is inside a comment or string when you type "%".



我也刚刚试过你的例子,它工作得很好。

关于vim - 如何使 %(跳转到匹配的括号)键忽略 Vim 中注释掉的代码,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/743053/

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