"Find Next" in the filename typeahead in the Project pane

12 Views Asked by At

In IntelliJ, when the Project pane (1) is focused, you can start typing characters and it will try to find files whose names match the query.

If there are multiple files that match your string, is there any way to tell the Project pane to move to the next matching file?

1

There are 1 best solutions below

0
On

I found the answer myself. Use the up and down arrow keys to jump between the alternatives.