views:

11

answers:

1

I'm trying to turn on the "consume-first" functionality in Visual Studio 2010, but unfortunately my install of Resharper has hijacked the Ctrl+Alt+Space shortcut for its own purposes.

Anyone know what the command name is for consume first so I can rebind it? I'm having no luck searching for it in the (still far too small) keyboard options dialog.

+2  A: 

Control-Alt-Space is normally mapped to Edit.ToggleCompletionMode.

Richard