I am developing a Node.js project in IntelliJ.
The only way to rename files seems to be Shift+F6
which attempts to find all usages which takes too long (~30s - 1min).
Is there a way to simply rename the file without searching for usages?
This only happens when code is stored in Modules (which is necessary to be able to compact empty middle packages).