Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

ReSharper wont function properly in Visual Studio 2012 running on Windows 8

I installed Visual Studio 8 on Windows 8 with Resharper 7.0.1, and I have some problems getting Resharper to function properly. It seems most of ReSharper does not work, but here is some of the strange behaviour I have noticed:

  • Clicking Ctrl-Shift+T opens up the select file or folder dialog, but when I select a file from here and click enter the dialog closes, but the file is not opened up
  • Ctrl+R+R (rename) gives the message that the key is bound to Resharper Rename, but that it is not currently available, even when the cursor is inside a variable in a standard .cs file, and the program is not debugging.
  • Alt+Enter does nothing, so the context menu does not pop up at all anywhere.

Does anyone know if ReSharper is not supposed to work under Win 8, or is it something that is messed up on my machine? In that case what?

EDIT

Notices that code analysis isn't working either. So that "bar" on the right hand side of the code windows that displays the green. yellow and red lines to indicate problems is not there.

like image 808
Øyvind Bråthen Avatar asked Nov 05 '12 13:11

Øyvind Bråthen


People also ask

How do I know if ReSharper is working?

The power of Alt+Enter icon, this means ReSharper has detected an error or other code issue and it can help you fix it. Press Alt+Enter to take advantage of this. For more information, see Quick-fixes for code issues.

Does ReSharper Support VS 2022?

ReSharper 2022.2. 3 officially supports Visual Studio 2022, 2019, 2017, 2015, 2013, 2012 and 2010.


2 Answers

You probably are running without any keyboard scheme. You can reset it to something more useful:

  1. Go to the following part of the settings: ReSharper => Options => Environment => Keyboard & Menus

  2. Select Visual Studio

  3. Press Apply Scheme

Next time you press a keybinding that is already in use by Visual Studio you will get the chance to switch the the ReSharper keybinding (or keep the original Visual Studio keybinding).

like image 82
Martin Liversage Avatar answered Oct 15 '22 16:10

Martin Liversage


Seems like a reinstall of Resharper did the trick. I removed Reshaper now, and reinstalled it and now it seems like everything is working fine.

Don't know what went wrong the first time, but now it's back to normal.

like image 45
Øyvind Bråthen Avatar answered Oct 15 '22 16:10

Øyvind Bråthen