codemaid icon indicating copy to clipboard operation
codemaid copied to clipboard

Keep backing field with Property

Open JesseLiberty opened this issue 3 years ago • 3 comments

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

JesseLiberty avatar Oct 15 '21 14:10 JesseLiberty

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.

codecadwallader avatar Oct 21 '21 12:10 codecadwallader

Hi. Just checking on the status of this. Thanks!!

JesseLiberty avatar Aug 15 '22 14:08 JesseLiberty

Sure thing, I haven't seen any activity/PRs related to it.

codecadwallader avatar Aug 19 '22 12:08 codecadwallader