CLion 2026.2.1 查找功能存在漏查的问题,请改进下
已回答
你好, win10的clion的"查找"功能存在漏查的问题,如附图所示,数组和for语句里面的i无法被查找到,请改进下

请先登录再写评论。
Hello!
It seems that you have
ityped in the search field (with the space character beforei). Therefore, CLion finds only occurrences ofi(with the leading space character) in the code and doesn't show occurrences ofi(without the leading space character).If you'd like to find all occurrences of
i, please remove the space character beforeiin the search field.谢谢!厉害!一下就解决问题了如附图所示,的确是我在i前面误输入了空格。