ReSharper.ExternalAnnotations extension in Visual Studio 2005/2008
Possible problems:
- A string argument is not highlighted in String.Format and there is no "Remove format item with index 0 and proper argument" quickfix in Alt+Enter menu;
- ReSharper marks any NUnit test methods/classes as unused;
The solution;
VS 2005/2008 do not support ReSharper Extension Manager, so you need to install ReSharper.ExternalAnnotations extensions manually to solve the problem:
- Download nuget package;
- Open it using any archiver software like WinZip;
- Extract all folders from ..\ReSharper\vAny\annotations\ to C:\Program Files (x86)\JetBrains\ReSharper\v8.2\Bin\ExternalAnnotations;
- Then restart Visual Studio;
Please sign in to leave a comment.