Resharper is thinking (Esc to Cancel)...
I am using Visual Studio 2012 with Resharper.
Resharper used to work where if I right click "Go to Implementation" it will take me to the implementation, or right click "Find Usages" it will take me to the usage.
But now, when I do that, it just say "Resharper is thinking (Esc to Cancel)..." and never take me to the implementation or the usage.
How can I fix it ?
Thank you.
Please sign in to leave a comment.
Hello
Have you tried clearing R# caches for the solution - https://resharper-support.jetbrains.com/hc/en-us/articles/206546989-ReSharper-stopped-working-for-a-single-specific-solution?
Thanks!
Thank you for your reply.
I tried clearing the R# caches per the instruction in the link you provided, but still have the same problem with this 1 solution.
Other solutions are OK.
I am actually on VS 2013, not 2012 and R# version 2016.1.2.
Hello
Please could you run Visual Studio with the following command line: 'devenv /ReSharper.LogFile C:\log\resharper_log.txt /ReSharper.LogLevel Verbose'. After that reproduce the issue and send me the corresponding 'resharper_log.txt' file using "Submit a request" link at the top of the page.
Thanks!
Thank you for your help.
When I run Visual Studio with command line "C:\Program Files (x86)\Microsoft Visual Studio 12.0\Common7\IDE\devenv.exe" /ReSharper.LogFile C:\logs\resharper_log.txt /ReSharper.LogLevel Verbose, when I right click "Go to Implementation", this time I am able to go to the implementation, but when I right click "Find Usages", it just say "Usages of '...." and nothing else show up.
The log file is attached.
Hopefully the next person will read this message before purging the R# cache and starting it with the extra command line parms. All I had to do was exit ALL instances of Visual Studio (2015) and when I launched VS again, everything was fine. If that doesn't work for you, try the above. :)