You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently LSP allows to specify needsConfirmation on a workspace edit to show "Refactor Preview" with all changes unchecked. This is rather annoying because to see the changes for a particular file the changes need to check-marked. Check-marking is a manual process with check-mark all action.
It'd be best if rather confirming each change the "Refactor View" had an option just to "preview" changes which would have all changes check-marked allowing use to uncheck any undesired changes.
Currently LSP allows to specify
needsConfirmation
on a workspace edit to show "Refactor Preview" with all changes unchecked. This is rather annoying because to see the changes for a particular file the changes need to check-marked. Check-marking is a manual process with check-mark all action.It'd be best if rather confirming each change the "Refactor View" had an option just to "preview" changes which would have all changes check-marked allowing use to uncheck any undesired changes.
This is likely to be done in VSCode/LSP
"Refactor Preview" related VSCode issues:
microsoft/vscode#144893
microsoft/vscode#200991 (from me)
microsoft/vscode#156886
The text was updated successfully, but these errors were encountered: