Flutter remove widget shortcut in VS Code

Viewed 590

Is it possible to create a keyboard shortcut (Control+X, for example) in VS Code to perform the same action as Refactor (Control+Shift+R) and Remove this widget while focusing the text cursor on the Widget name (Scaffold, Container...)?

If that is possible, would then be possible to cut a widget structure (name and properties) and then copy that widget structure to wrap another widget like the Wrap widget with.. refactor option?

0 Answers
Related