You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thank you for the time and potential consideration; this is my first step into Open Source contribution.
Environment
Visual Studio version: Visual Studio 2022
CodeMaid version: 12.0.300
Code language: C#
Description
You'll have to excuse my lack of a code sample as this is something beyond my capabilities. I'm a self-taught Unity developer that has just been recommended CodeMaid only yesterday and I love it. I feel that it offloads the organization of my code and has already kept me more on task as such.
I use expression body methods within my codebase for organization. When I was perusing the available options for CodeMaid, under Cleaning -> Insert to be more specific, I was able to find a toggle for blank line padding before&&after methods. This is fantastic with block body methods, as it gives the eyes space to separate, but removes the option to stack my one-liners. Would a toggle for block body methods && a toggle for expression body methods be a possibility?
Steps to recreate
Block body methods are awesome when spaced
Expression body methods are awesome when !spaced
Would love 2 toggles
Instead of 1 toggle?
Current behavior
I believe that I've outlined above, but currently there is a single toggle in Cleaning -> Insert options for space before/after methods
Expected (wished) behavior
I believe that I've outlined above, I wish there were two toggles in Cleaning -> Insert options for space before/after methods - breaking the existing one for block/expression body methods
Thank you again. Be safe!
The text was updated successfully, but these errors were encountered:
Thank you for the time and potential consideration; this is my first step into Open Source contribution.
Environment
Description
You'll have to excuse my lack of a code sample as this is something beyond my capabilities. I'm a self-taught Unity developer that has just been recommended CodeMaid only yesterday and I love it. I feel that it offloads the organization of my code and has already kept me more on task as such.
I use expression body methods within my codebase for organization. When I was perusing the available options for CodeMaid, under Cleaning -> Insert to be more specific, I was able to find a toggle for blank line padding before&&after methods. This is fantastic with block body methods, as it gives the eyes space to separate, but removes the option to stack my one-liners. Would a toggle for block body methods && a toggle for expression body methods be a possibility?
Steps to recreate
Current behavior
I believe that I've outlined above, but currently there is a single toggle in Cleaning -> Insert options for space before/after methods
Expected (wished) behavior
I believe that I've outlined above, I wish there were two toggles in Cleaning -> Insert options for space before/after methods - breaking the existing one for block/expression body methods
Thank you again. Be safe!
The text was updated successfully, but these errors were encountered: