Dart-Code icon indicating copy to clipboard operation
Dart-Code copied to clipboard

Support folder renames/moves

Open DanTup opened this issue 5 years ago • 3 comments

DanTup avatar May 21 '20 09:05 DanTup

Hi, do we have an update here about folder renaming in dart?

tmaihoff avatar Nov 08 '21 07:11 tmaihoff

No update yet, though I would like to try and get back to this soon.

DanTup avatar Nov 08 '21 10:11 DanTup

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.

DanTup avatar Jan 18 '22 11:01 DanTup

This has landed in the server and is available in the current Flutter beta channel.

DanTup avatar Aug 23 '22 15:08 DanTup