I don't like having 'private' placed before my access modifiers. They're all private by default anyways and it's just visual clutter.
How do I turn off resharper constantly tagging everything with 'private'?
I don't like having 'private' placed before my access modifiers. They're all private by default anyways and it's just visual clutter.
How do I turn off resharper constantly tagging everything with 'private'?
ReSharper 9.1
ReSharper -> Options -> Code Editing -> C# -> Code Style -> Modifiers -> Use explicit private modifier (Un-Check)
**ReSharper 2016.1 ReSharper -> Options -> Code Editing -> C# -> Code Style -> Modifiers ->
In the ReSharper Options menu, go to Code Editing -> C# -> Formatting Style -> Other and disable explicit private modifier.