How to disable resharper by default ?
Answered
This resharper working fine but I don't want to use it every time.
Every time I open it it's start using my all hard-disk.
I want to disable it by default and enable it on the few project that I am working on.
Is there any settings like this.
Thanks
Please sign in to leave a comment.
Hello Anirudha
You may run Visual Studio instances using the following keys:
"C:\Program Files (x86)\Microsoft Visual Studio {Version}\Common7\IDE\devenv.exe" /ReSharper.Resume
"C:\Program Files (x86)\Microsoft Visual Studio {Version}\Common7\IDE\devenv.exe" /ReSharper.Suspend
Thanks!