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

Add the ability to provide Custom comment above groups after sorting #39

Open nicolasmol opened 2 years ago

nicolasmol commented 2 years ago

An interesting feature would be to be able to add custom comments above each group. Ensuring no-duplication of already existing comments. Like in my example ... //~ Variables //<- Getters etc... image

gmlewis commented 2 years ago

Since this could be a one-time creation of comments, and thereafter the comments would "stick" to those items, I'm thinking that adding this feature might cause more problems (in terms of support) than it would be worth.

However, I'll leave this item open, and if there appears to be significant interest, I can look into it. Thanks for the suggestion, @nicolasmol .