codecadwallader / codemaid

CodeMaid is an open source Visual Studio extension to cleanup and simplify our C#, C++, F#, VB, PHP, PowerShell, JSON, XAML, XML, ASP, HTML, CSS, LESS, SCSS, JavaScript and TypeScript coding.
http://www.codemaid.net
GNU Lesser General Public License v3.0
1.89k stars 356 forks source link

Keep backing field with Property #850

Open JesseLiberty opened 2 years ago

JesseLiberty commented 2 years ago

Environment

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

codecadwallader commented 2 years ago

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.

JesseLiberty commented 2 years ago

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

codecadwallader commented 2 years ago

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