With PhpStorm I could start typing and it would take me to a matching filename. If I do that in Cursor, it enters text into the code window instead of the explorer pane.
I try Ctrl-F to find, but it brings up code find and not filename find.
Also, somewhat related, is there a “double shift” like feature compared with PhpStorm? That search was instant and powerful and I am missing it, but love Cursor otherwise.
Cursor is a fork of VSCode, so any features in VSCode will work in Cursor. That being said, ctrl+P should be what you are looking for, which is a built in file quick navigation tool for VSCode.