views:

162

answers:

2

I've enabled emacs keyboard mode in VS2005 and so far I'm in love.

The only issue I've run into is I can't find the hot key that triggers the IntelliSense menu. C-j no longer does the trick as it's mapped to something else.

So what is the emacs-mode IntelliSense trigger key?

Secondly, how would one go about finding out what it is?

A: 

Have you tried C-SPACE? How do you activate Emacs-mode, by the way?

Bastien Léonard
C-SPACE doesn't work. The emacs mode is in Tools->Options->Environment->Keyboard. Set the menu labeled "Apply the following additional keyboard mapping scheme" to "Emacs"
Frank Schmitt
+1  A: 

The IntelliSense trigger is Alt-/ (M-/ in traditional emacs notation).

This and a lot of other formatting-related commands live in the submenus at the bottom of the Edit menu.

Frank Schmitt