Does ReSharper 6.1 work with Visual Studio 2012? - visual-studio

Does Resharper 6.1 support Visual Studio 2012? I have it working with VS2010 but wondering do I need to upgrade to ReSharper 7.0 for support in VS2012. It would be disappointing if I did.

JetBrains admitted that though Resharper 6.1 integrates well with VS 11, they have missed the installer. Here is a nice step-by-step explanation on how to get it to work with vs 11.

If you install VS2012 after installing VS2010+ReSharper, then the latter does NOT appear in VS2012.
I'm assuming -- I haven't tested this -- that even if you install R# after VS2012 it won't show up either simply because the R# installer does not offer the option to integrate into VS2012.
Therefore, I think R# 6.1 is incompatible with VS2012.

Related

Installing SharpDevelop 4.4 and VS2015 Community side-by-side

I need the C# to VB converter in SharpDevelop 4.4. I already have VS2015 Community installed. I would like to ask if they work nicely together, and whether installing this older version of SharpDevelop after installing VS2015 will not cause any issues.
Yes you can install SharpDevelop side by side with Visual Studio 2015. There should not be any problems.

Where is the stylecop plugin in resharper 8.0 running in VS2013?

I'm using Resharper 8.0 together with Visual Studio 2013.
Now i like to add some own rules.
I read about the stylecopforresharper, but it seems this one is deprecated.
It is now integrated right into stylecop.
I did install stylecop 4.7, and it is added to my visual studio:
In the documentation, i read that the stylecop should also be present as a tool in resharper options, but it is not:
What do i have to do in order to get the stylecop integrated into resharper?
Edit:
Answer of citizenmatt is correct. I had the wrong version of Resharper. And it is even correctly documented on the stylecop website. Just my fault.
funny thing though, if i have the correct version of reharper installed, the stylecop setup shows me the supported resharper versions.
Without valid resharper version, there is no hint of which versions are supported.
StyleCop doesn't support ReSharper 8.0. But it does provide support for 8.1, which is a free minor upgrade to ReSharper 8.0. You can download it for free here - http://www.jetbrains.com/resharper/download/ (note that 8.2 is currently in beta - StyleCop doesn't support it yet, so stick with 8.1 for now!)
I also had trouble making VS 2013 compatible with StyleCop and ReSharper at the same time.
I am now able to make it work with the following configuration: VS2013 update 2, StyleCop 4.7.48 and Resharper 8.1.23.456.
Hope this helps.

How to setup ReSharper to vs2012 after setuping it to vs2010

I have setup ReSharper to vs2010.
Howerver,I setup vs2012 right now and find no ReSharper add-in in vs2012.
How can regist ReSharper to my IDE?
Only Resharper 7 or higher will work with Visual Studio 2012, if you have this version then just re-install it and it should show up. Earlier versions will not work. See this other question about resharper and VS 2012.

Use newer Visual Studio Version with an older MFC Version?

From my understanding Visual Studio 2005 always uses MFC8 automaticly, VS2008 MFC9 and VS2010 the MFC10.
Can use a newer Visual Studio Version and still link to an older MFC Version?
I searched the options and the project settings all over but I could not find any option about the MFC.
VS2010 apparently (I don't have it, so I haven't tried it) has the ability to use both VS2008 and VS2010 toolsets to build the applications, provided they are both installed in the machine.
More here
I would expect Visual Studio 11 to have the same ability, but who knows...

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.
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/
Resharper 6.0 does not support VS11.
The nightly builds of Resharper 6.1 though are now available, and do support VS11.
To download Resharper for VS 11:
http://confluence.jetbrains.net/display/ReSharper/ReSharper+6.1+Nightly+Builds
To learn more about Resharper 6.1:
http://blogs.jetbrains.com/dotnet/2011/11/resharper-61-eap-opens-much-more-than-a-bugfix-release/
For details on how the experience with VS11 in general is like, compared to VS2010:
http://gurustop.net/blog/2011/11/10/notes-on-using-visual-studio-11-as-primary-ide-on-windows-7/
Update:
For notes on installing Resharper on VS 11, and small gotachas and solution, check this post as well:
http://gurustop.net/blog/2011/11/11/resharper-6-0-resharper-6-1-vs11-visual-studio-11-support-keyboard-shortcuts/
Update 2:
Since VS11 has been fully released as VS 2012, Resharper has released final version 6.1 (free for 6.0 owners), and 7.x for it already and they're working just nice. Wrote this update as the answer still gets up-votes (thank you).

Resources