Alexisvt / flutter-snippets

A Visual Studio Snippet extension for Flutter Developers
https://marketplace.visualstudio.com/items?itemName=alexisvt.flutter-snippets
MIT License
45 stars 10 forks source link

Scaffold unnecessary Container #13

Open fangjunai opened 2 years ago

fangjunai commented 2 years ago

Scaffold( appBar: AppBar( title: const Text('Title'), ), body: Container(), )Container()

unnecessary Container()

vscode 1.68.1 flutter 3.0.2 win10 64

subrotoxing commented 2 years ago

yeah... very annoying.... how to edit the snippet .. at least put the focus node in the bottom so we can immediately hit backspace and delete that silly container()

HBLove commented 1 year ago

Yeah, it's so annoying having to edit it all over again

huzeyfetas commented 11 months ago

still open. please consider pr which sended already