Not.
IntelliJ needs to find ways to rename them, otherwise you just rename the file, not refactoring. If you only want to rename the file, use the mv command from the terminal. You can also tell IntelliJ not to look at lines and text, which speeds things up a bit, but this is probably a bad idea in a javascript project (where almost everything is a line or text).
I use a lot of rename, and on my code base, which is quite large, it only takes a few seconds. Perhaps intellij requires more memory to work, so you can try to increase this.
Engineer dollery
source share