I have the same problem with Visual Studio 2015 Community Edition and ReSharper v9.2. Unfortunately, on the ReSharper blog here for v9.1.2, they indicate that:
The main problem with 9.1.1 is that it blocks Visual Studios fast actions: whenever ReSharper and Visual Studio detect a problem and provide a fix, you have no way to select Visual Studios to respond quickly to ReSharpers.
In my experience, even if there is no problem with ReSharper in the line, the quick action of Visual Studio will not work; for example, with a Visual Studio Spell Checker extension that detects a spelling error in a comment. ReSharper, obviously, has no problems with this line of code, Quick Action is visible and works with the mouse, but the keyboard shortcut is Ctrl +. does not work.
According to the same post:
ReSharper 9.1.2 combines its own quick fixes and other contextually accessible actions with Visual Studios include quick actions in the Alt + Enter menu
However - at least in case of a spelling error in the comment - the ReSharper menu Ctrl + Enter does not see anything standing on this line and therefore the solution does not work.
Here's hoping ReSharper v9.3 fixes the problem!
source share