Small suggestion...
Will it be possible to request the ability to rename files from within PHPStorm. At the moment, with that feature not available, I am having to goto Windows Explorer all the time to rename a file where it will save time doing so within the IDE.
Thanks
Please sign in to leave a comment.
From the project window, right click on a file, Refactor -> Rename, or select the file you wish to rename and hit Shift+f6. This will rename the file itself and also will rename it in all the places in your code where you used it.
Cool... Thanks for the tip on that one...
Note, that you are not able to rename file from external library in this way.