Enhance your Flet development experience in Visual Studio Code by easily wrapping selections of Flet code within a Control.
To streamline your Flet UI development:
- Highlight any Flet control or function within your code.
- Trigger the wrap action:
- On macOS, press
Cmd + . - On Windows, press
Ctrl + .
- On macOS, press
- The selected code will be wrapped within a
contentorcontrolsproperty. You're then free to rename the class as desired.
- Add multiple wrap: Support select multiple controls for wrap in
controls.
- Initial Release: First version of the Flet Control Wrapper, designed to simplify your Flet UI coding tasks in Visual Studio Code.
