q0987
q0987

Reputation: 35982

Why ReSharper doesn't display the shortcut for "Complete Statement"

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

Answers (1)

wal
wal

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. enter image description here

Now the shortcut should appear, as below.

enter image description here

Upvotes: 1

Related Questions