I want resharper to not put the private access modifier on fields by default – they’re already private, I don’t need additional modifier.
How do I tell resharper to cut it out?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
In the Options of Resharper
In Code Editing > C# > Other
Uncheck Use explicit private modifier in Modifiers section
Update (Resharper 8.1)
In Resharper 8.1, you can find this options in: Code Editing > C# > Formatting Style > Other.
Then Uncheck Use explicit private modifier in Modifiers section.
ReSharper 9.1
ReSharper -> Options -> Code Editing -> C# -> Code Style -> Modifiers -> Use explicit private modifier (Un-Check)