Closed
Description
aside from #254 which adds support for renaming files on usage side, there are other options to improve file renaming experience.
-
vscode/lsp supports a notification on file renaming. (client sends a
file-renamed
event to server) we can ask user to rename the module usages or rename usages directly. -
add a command (like the one we have for creating interface) to rename a module.