Shortcut to bring intellisense window in the coding page.
-
CTRL + HOME
-
CTRL + SPACE
-
CTRL + END
-
CTRL + INSERT
B
Correct answer
Explanation
CTRL + SPACE is the keyboard shortcut for triggering IntelliSense (auto-completion) in the code editor window in Visual Studio. This shortcut brings up the context-aware list of members, methods, and properties available at the current cursor position.