Reputation: 35982
As show http://i52.tinypic.com/97ljwz.png
ReSharper 5.0 doesn't display the shortcut Ctrl+Shift Enter for the "Complete Statement" although this shortcut does work in VS2010.
Is there a way that I can let ReSharper display this shortcut on the menu?
// update //
In my VS2010 SP1,
Edit.LineOpenBelow (Ctrl+Shift+Enter (Text Editor))
Upvotes: 1
Views: 209
Reputation: 17719
I'm not sure why this is missing (also for me in R#6 EAP) however you can make it appear by assigning a keyboard shortcut to it (use the same shortcut if you like)
Go Tools -> Options -> Environment -> Keyboard
search for 'CompleteStatement' and assign like the screenshot below.
Now the shortcut should appear, as below.
Upvotes: 1