Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>flutter code selectNew to Visual Studio Code? Get it now.
flutter code select

flutter code select

wangxinhai-ref-chunsen

|
24,398 installs
| (2) | Free
Quick select code between brackets, support for (),{} and [],quotes, <>, if Is *Widget()*,the widget name will be included
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

inspired/forked from chunsen.bracket-select

add Flutter Widget select support;

Code area Select

This is a simple plugin that support to quick select

text between matched brackets.  
This plugin support `()`, `{}` and `[]`,`""`, `''`.
In dart/flutter world , support 'new WidgetConstructor(....@cursor-inside....)' 
Really hope this plugin can help you!

Quick start

Just run command FluSel:Select or type alt+a to select text between brackets.
If you wish to select more, just press it again.

If you wish to select text including the brackets, just run FluSel:SelectInclude
or type cmd+alt+a on mac and ctrl+alt+a on windows.

If you wish to select Flutter Widget, just run FluSel:WidgetInclude
or type ctrl+alt+w on mac and ctrl+alt+w on windows,note: you must do widget-select inside a widget

todo more smart selection,

1.select focused widget (i.e constructor call). 
2.includes ending delimeter
3.function body select
4.more on flutter code sections 

Requirements

None

Extension Settings

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft