Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Find more than 100 results in Android Studio

I noticed that Android Studio 3.0.1 doesn't show more than 100 results in "Find in Path". I found this and this, both of which mention changing the value associated with ide.usages.page.size registry option, but I don't see such an option in the registry of my installation. Any idea what's going on or how I can change that number?

like image 375
nlogn Avatar asked Aug 02 '18 20:08

nlogn


1 Answers

I am using 3.1.4, just go to Help -> Find Action -> and then search Registry -> and after that go for ide.usages.page.size and set it's value to 1000(or whatever bigger value you want) and it will work just perfectly fine.

I found this solution here Can I adjust the "100+ matches in X files" from Intellijs "find in path"

like image 127
Sudhanshu Gaur Avatar answered Nov 08 '22 14:11

Sudhanshu Gaur