Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Resharper - How to turn off 'private' access modifier?

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'?

like image 555
George Mauer Avatar asked Apr 12 '12 20:04

George Mauer


1 Answers

ReSharper 9.1

ReSharper -> Options -> Code Editing -> C# -> Code Style -> Modifiers -> Use explicit private modifier (Un-Check)

enter image description here

**ReSharper 2016.1 ReSharper -> Options -> Code Editing -> C# -> Code Style -> Modifiers ->

enter image description here

like image 179
Sonal Satpute Avatar answered Oct 09 '22 08:10

Sonal Satpute