Refactoring to convert destructuring declaration to property accesses #30996
Labels
Awaiting More Feedback
This means we'd like to hear from more people who would be helped by this feature
Domain: Refactorings
e.g. extract to constant or function, rename symbol
Suggestion
An idea for TypeScript
From microsoft/vscode#72502
Feature request
Add a refactoring that converts a destructured local to normal propery access:
Would be converted to:
We would want to also trigger a rename on
newLocal
, similar to how the extract refactorings workThis would be the inverse refactoring of #25946
The text was updated successfully, but these errors were encountered: