Translate

[IntelliJ] 'Find in Path' 기능 사용 시 검색 제한 풀기 ({Number}+ matches in {Number}+ files)




증상

 - 'Find in Path' 기능 이용 시 아래 모습과 같이 '100+ matches in 9+ files' 라는 Limit 이 걸리며 모든 매칭결과를 보여주지 않는다.


1004lucifer

IntelliJ의 'Find in Path' 기능을 사용하면서 매칭되는게 100개 제한으로만 나와서 VSCode 나 NotePad++를 사용하곤 했는데..
제한을 풀 수 있는 방법이 있나 찾아보니 역시나 있었다.

아래와 같이 작업하면 매칭 갯수제한 설정을 변경할 수 있다.



[ 2022.12.28 내용 업데이트 ]






====================================
아래의 작업은 최신의 IntelliJ 에서 사용할 수 없다. (2022.12.28 기준)

1. 'Help' => 'Find Action'




2. 'registry...' 항목 선택




3. 'ide.usages.page.size' 항목의 값을 변경해 준다.




4. 다시 'Find in Path' 로 검색을 하면 제한 설정한 갯수까지 보여지게 된다.
1004lucifer




참고
 - https://youtrack.jetbrains.com/issue/IDEA-157855?_ga=2.202648913.1381039376.1568015629-857149.1564576731
 - https://intellij-support.jetbrains.com/hc/en-us/community/posts/360002679840-Find-in-Path-shows-max-100-results
 - https://youtrack.jetbrains.com/issue/IDEA-285780/Provide-the-ability-to-change-the-limit-for-Too-many-results-found-dialog-when-searching

댓글