Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Does Resharper 6.0 (current version) support Microsoft Visual Studio 11 Developer Preview or can it be made to?

I've read articles that explain how to enable Visual Studio 2010 managed extensions to get them working with Microsoft Visual Studio 11 Developer Preview

Running VS2010 Gallery Extensions In VS11, Meet Git Source Control Provider

However I haven't been able to apply the same logic to Resharper. Although it's a managed extension now, it doesn't appear to be packaged in a VSIX file, so I can't follow all the steps in the above mentioned article.

like image 794
Edward Wilde Avatar asked Oct 01 '11 21:10

Edward Wilde


People also ask

What is the latest version of Visual Studio 2022?

Visual Studio 2022 version 17.3 is Available Today!

What is ReSharper Visual Studio?

ReSharper is a renowned productivity tool that turns Microsoft Visual Studio into a much better IDE. Both individual . NET developers and teams rely on ReSharper to write and maintain code in a more manageable and enjoyable way, adopt the best coding practices, and deliver higher quality applications faster.

What is ReSharper in. net?

ReSharper extends Visual Studio with over 2200 on-the-fly code inspections for C#, VB.NET, ASP.NET, JavaScript, TypeScript and other technologies. For most inspections, ReSharper provides quick-fixes (light bulbs) to improve the code.


1 Answers

No (For R#6.0)

Whilst I can't find an official looking page on JetBrain's resharper web site, I did find a reply from a JetBrain's 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 has now got experimental support for Visual Studio 11, albeit via a separate download to the normal 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/

like image 133
Edward Wilde Avatar answered Sep 20 '22 17:09

Edward Wilde