DEV Community

Dimitrios Desyllas
Dimitrios Desyllas

Posted on

How to select a File Using Ctrl+P In PHPstorm as I did in VSCode and VSCodium

In my phpstorm I wanted to open a File using Ctrl+Pby a given path. In order to solve this problem I followed this:

https://stackoverflow.com/a/63869631/4706711

Then I replaced keyboard shortcuts with the one from VSCode by oppening File->Settings and sellecting these stuff:

How I fixed my shortcuts into onwe used in VSCode

Top comments (0)