Support folder renames/moves
Hi, do we have an update here about folder renaming in dart?
No update yet, though I would like to try and get back to this soon.
I have been been working on this, but it's currently blocked by an issue in VS Code/LSP where clicking "cancel" on the notification for slow refactors does not pass the message to the server (which means if you rename a large folder then click cancel, the server will continue to perform the rename in the background).
Fixes are in progress for that, but not released. Once they are, I hope to complete this.
This has landed in the server and is available in the current Flutter beta channel.