Search code examples
intellij-ideaphpstorm

How to jump to the next search result in the project tree?


Suppose this file tree. I'm searching for sass, and the first highlighted entry is .sass-cache. However, I want to navigate to _sass instead. Is there any shortcut to jump to the next/previous search result?

I know I could type _sass to make it more specific, but I'd still like to know a way to flip through search results if available.

File tree


Solution

  • It is surprisingly intuitive. Just use the arrow keys, Up or down to select the next or previous match