CLion 2026.2.1 查找功能存在漏查的问题,请改进下

Answered

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

 

0
1 comment

Hello!

It seems that you have  i typed in the search field (with the space character before i). Therefore, CLion finds only occurrences of  i (with the leading space character) in the code and doesn't show occurrences of i (without the leading space character).

If you'd like to find all occurrences of i, please remove the space character before i in the search field.

0

Please sign in to leave a comment.