Couple of Questions
Hi all, new poster so I appologise if these questions have already been answered.
Ok Here goes:
Our house style dictates that private variables should be in the form of:
private string _someName;
Is there anyway within resharper when encapsulating this field, to remove the _ and capitalise the first letter?
When is support planned for version 3.5 of the framework?
Kind Regards
Please sign in to leave a comment.
goto resharper option dialog | languages, common | Naming style, place "_" as instance fields name prefix, then I think resharper is clever enough to do what you want.