Refactor on right-mouse click

vscode/flutter has this great refactoring ability, where you can right-mouse click and essentially replace a component or wrap a component with another component.

I would love to have this capability in the IDE. So you would have a “refactor” option in when you right-click and this will pop up a menu to either remove the component (but keep all the nested components inside) OR add a component and have all the nested components placed in that new component.

RefactorExmpl

1 Like