Domanda

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.

È stato utile?

Soluzione 2

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.

Altri suggerimenti

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).

I think I had a similar problem. I was missing some “Coding Assistance Context Actions” See http://www.jetbrains.com/resharper/webhelp/Coding_Assistance__Context_Actions.html I could solve my problem by deleting the Annotaions.cs in my Properties folder ( which is auto generated by Resharper). After Resharper created a new Annotaions.cs the missing options missing were available again.

Autorizzato sotto: CC-BY-SA insieme a attribuzione
Non affiliato a StackOverflow
scroll top