Search code examples
phpstormjetbrains-ide

Rename on multiple files


I have a file named HomePage.html but I want to change it to index.html. The problem is that if I want to change it I have to change it in all my files were I link towards this page to.

For example:

  • File name: Home-Page.html
  • Rename to: index.html

then I have 10 other files were I use the Home-Page.html in the navbar and I have to change this on every page.

I want to change 20 names this way and it will cost to much time if I have to change this on every page 1 by 1.

So how can I rename this in all files at once? I tried doing Ctrl + Shift + R but somehow that doesn't work... (maybe because I have <a href="Home-Page.html"> things around it?)


Solution

  • (for the 30 characters I just write this with it..)

    Fixed > By the comment from LazyOne