Multiple choice technology platforms and products

Shortcut to bring intellisense window in the coding page.

  1. CTRL + HOME

  2. CTRL + SPACE

  3. CTRL + END

  4. CTRL + INSERT

Reveal answer Fill a bubble to check yourself
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.