codemaid
codemaid copied to clipboard
Keep backing field with Property
Environment
- Visual Studio version: 2019 all versions
- CodeMaid version: 11.2
- Code language: C#
Description
I love Code Maid, but I would like the option to keep my fields with their associated properties:
private string _foo; public String Foo {get; => return _foo)
Current behavior
It is currently taking all fields and putting them together, and this makes finding the associated field tedious.
Thank you
Thanks for the suggestion! I'm flattered to hear you love CodeMaid. I've seen you talk at CodeMash and read a number of your articles so that means a lot to me.
There is a similar issue to this #570 which dove tailed into some conversations around what counts as a backing property and naming conventions.
Hi. Just checking on the status of this. Thanks!!
Sure thing, I haven't seen any activity/PRs related to it.