Is it possible to change the max value of shown results in the "find in path" feature in intellij?
I sometimes wished that I would see more results. of course I would need to scroll much more, but that's what I want. Can I change that number 100 to like 200, 1000 or even maybe endless?
Edit: This answer is outdated. You can now set the parameter ide.usages.page.size
to increase the number of displayed findings. See RoryGS' answer for details.
Old answer:
Currently you only have the option to hit the Open in Find Window button (in the bottom right). But there is an open issue for IntelliJ to change this limit: https://youtrack.jetbrains.com/issue/IDEA-16377 https://youtrack.jetbrains.com/issue/IDEA-157855