Quick File navigation
Is there a way, to acces some very often needed files? For classes i'm able to use strg + n to enter a class, but i'm needing this for 4 xml files.
Anybody knows an way for this?
Could i probably use the external tools for this? If yes, how would the command look like? (e.g. i'm having 4 external tools groups) with commands to the browser and other 3rd party tools, but never used it to send a command to phpstorm
请先登录再写评论。
Hi there,
"Navigate | Class..." is for classes only, while "Navigate | File..." is for any file in a project.
You can also use "Favorites" for that (right click and add it to Favorites and then use Favorites tool window to access it) -- don't know how convenient (compared to "Navigate | File" it would be for you).
You should put a bookmark in those files. After that you'll be able to use the bookmarks list (Shift+F11).
Personaly, I rename every bookmark to make them more "visible": it allows me to go in less than a second to any of the most used parts of my project.
thx
F11 and Shift F11 is perfect:)