Does Resharper 6.0 (current version) provide support for Microsoft Visual Studio 11 Developer Preview, or can it be done?

I read articles explaining how to enable Visual Studio 2010 managed extensions to make them work with Microsoft Visual Studio 11 Developer Preview

Launching VS2010 Gallery Extensions In VS11, Meet Git Provider of Source Control

However, I could not apply the same logic to Resharper. Although this is now a managed extension, it does not seem to be packaged in a VSIX file, so I cannot complete all the steps in the above article.

+6
source share
2 answers

No (for R # 6.0)

While I cannot find the official page on the JetBrain resharper website, I found a response from the JetBrain engineer

The upcoming ReSharper 6.1 will have initial experimental support for Visual Studio vNext.

http://devnet.jetbrains.net/message/5320971#5320971

Yes (for R # 6.1)

Resharper 6.1 now received experimental support for Visual Studio 11, although through a separate download for the regular 6.1 installer: http://www.jetbrains.com/resharper/download/index.html#related

Blog post explaining the current level of support in VS11: http://blogs.jetbrains.com/dotnet/2011/12/christmas-is-here-resharper-61-dotcover-12-and-dottrace-452-released/

+10
source

Resharper 6.0 does not support VS11.

The nightly builds of Resharper 6.1, although now available, support VS11 .

Update:

For notes on installing Resharper on VS 11 and small gotachas and solutions, also check out this post:
http://gurustop.net/blog/2011/11/11/resharper-6-0-resharper-6-1-vs11-visual-studio-11-support-keyboard-shortcuts/

Update 2:

Since VS11 was fully released as VS 2012, Resharper released the final version 6.1 (free for 6.0 owners) and 7.x for it already, and they work just fine. Wrote this update as the answer still gets to the vote (thanks).

+3
source

Source: https://habr.com/ru/post/898460/


All Articles