문제

Although Resharper is great, but how to install plugin for it is not immediately obvious. There is a Resharper Gallery which is based on nuget. But how do I install a plugin? No instructions. Could someone help me out here? I am using the Resharper 8.1 with VS2012.

도움이 되었습니까?

해결책

Got it. There is an extension manager in the "Resharper" menu. That should do.

다른 팁

If you have plugin DLL locally on your box then run following command:

devenv.exe /ReSharper.Plugin PluginName.dll

To check if plugin is installed go to Resharper->Options->Plugins menu. You might need to provide full path to devenv.exe and to your plugin.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top