bornfromanegg
bornfromanegg

Reputation: 2918

Resharper 8.0 in Visual Studio 2013

I've been using Resharper (v8.0.14.856) with VS2012 for some time now, but I've recently installed VS2013. However, Resharper does not appear in the menus for VS2013, or in the options (under Tools->Options).

Note. I don't have an "\Common7\IDE\Extensions" folder, but I don't have one for my VS2012 install either, and Resharper works just fine there.

Does anyone have any other suggestions?

Upvotes: 3

Views: 11385

Answers (2)

Ben Cameron
Ben Cameron

Reputation: 4413

I had the same issue. I Googled around and found a blog post explaining how to add a previously installed Resharper to various newly installed versions of Visual Studio on your machine via the Windows Control Panel.

The article outlines these steps...

  1. Go to 'Control Panel' and select 'Programs and Features'.
  2. Select 'JetBrains ReSharper' and click on 'Change'.
  3. The ReSharper Setup main dialog will appear, here click on 'Change'.
  4. The ReSharper Setup integration options dialog will appear, check the Visual Studio version that that you wish to enable ReSharper in. Click 'Install'.

Here is the original blog post...

http://fitgeekgirl.com/2014/02/25/enabling-already-installed-resharper-for-newly-installed-visual-studio/

Upvotes: 1

alphabit
alphabit

Reputation: 454

You need 8.1 to work with VS2013.

http://blog.jetbrains.com/dotnet/2013/11/04/visual-studio-2013-support-resharper-81/

This is also marked with a small "8.1" image on this page:

http://www.jetbrains.com/resharper/whatsnew/

Cheers

Upvotes: 4

Related Questions