bloc
bloc copied to clipboard
feat: Toggle the use of part / part of
Description
When trying to keep within the recomended code practices its annoying to remove all the part and part of on the code generation, I would love to get a feature where you can toggle part and part of with includes to ensure proper isolation of classes. Right now its actually just as easy to use the snippets to generate the classes manually instead of actually getting what you need from the plugin out of the box.
Edit: This is for the extension for vs code :)
Desired Solution
An easy to access dropdown in the plugin settings where you can choose the style of generation, part/part of or include so its easy to choose how the code generation is done. When you then generate a new bloc you get the bloc with part/part of or with includes based on your settings.
Alternatives Considered
I do not really see an alternative to this.
Additional Context
I really like the rest of the features of the plugin but this part is eating on me every time I make a new bloc.