Search code examples
flutterkeyboard-shortcuts

Flutter - Shortcut Key for Quickly Select an Entire Widget in Visual Studio Code


For Developing flutter Application, In Android Studio ctrl+W selects an entire Widget.

But in Visual Studio I can't find any Shortcut... Is there any shortcut to do what exactly android studio does?


Solution

  • here what i found on this sitelink

    First click on either of the start braces or the ending braces and then click Shift+Alt+→ and magically all the things inside those braces will be selected, you can keep on pressing Shift+Alt+→ to expand the selection more and you can also shrink the selection by using Shift+Alt+←