gmlewis / flutter-stylizer

Flutter Stylizer is a VSCode extension that organizes your Flutter classes and mixins in an opinionated and consistent manner.
https://marketplace.visualstudio.com/items?itemName=gmlewis-vscode.flutter-stylizer
Apache License 2.0
23 stars 3 forks source link

Statusbar button #7

Closed sketchbuch closed 5 years ago

sketchbuch commented 5 years ago

For people like me who hate the command palette and always forget shortcut keys!

gmlewis commented 5 years ago

Sounds cool, @sketchbuch! I'll check this out and get back to you.

gmlewis commented 5 years ago

Hi @sketchbuch - I downloaded your PR and did an npm install but then I get two problems in VSCode, both saying: Type 'SinonSpy' is not generic.

Screenshot from 2019-07-08 18-51-02

Can you please fix this or let me know if I'm doing something wrong?

Thank you!

sketchbuch commented 5 years ago

Hi @gmlewis , I updated the types for sinon. when I run tests all pass. Could you try removing your nod_modules folder and redo npm install?

gmlewis commented 5 years ago

Your changes are now live in the marketplace: https://marketplace.visualstudio.com/items?itemName=gmlewis-vscode.flutter-stylizer Thanks again, @sketchbuch!

sketchbuch commented 5 years ago

Cool! thanks ;)