Renaming a module

Is there a way to rename a module’s filename and have it update all references to it?

Go to module → VSCode Menu (right click) → Rename Symbol F2

Hm that’s how I’ve been doing it, is it meant to update references as well?

ah, there is no support for renaming the file and updating its references. This feature is important in ReScript.

You can open an issue.

1 Like