开发者

Visual Studio keyboard shortcut to display IntelliSense

What's the keyboard shortcut for Visual Studio to display the IntelliSense b开发者_运维问答ox if one accidentally hits ESC and wants the box come back again?


Additionally, Ctrl + K, Ctrl + I shows you Quick info (handy inside parameters)

Ctrl+Shift+Space shows you parameter information.


Ctrl + Space

or

Ctrl + J

You can also go to menu ToolsOptionsEnvironmentKeyboard and check what is assigned to these shortcuts. The command name should be Edit.CompleteWord.


The most efficient one is Ctrl + ..

It helps to automate insertions of using directives. It works if the focus is on a new identifier, e.g. class name.


Ctrl+Space should do it.


It should be Ctrl + J.


If you have arrived at this question because IntelliSense has stopped working properly and you are hoping to force it to show you what you need, then most likely none of these solutions are going to work.

Closing and restarting Visual Studio should fix the problem.


If you want to change whether it highlights the best fitting possibility, use:

Ctrl + Alt + Space


Alt + Right Arrow and Alt + Numpad 6 (if Num Lock is disabled) are also possibilities.


In Visual Studio 2015 this shortcut opens a preview of the definition which even works through typedefs and #defines.

Ctrl + , (comma)

Visual Studio keyboard shortcut to display IntelliSense


On Visual Studio Community 7.5.3 on Mac this works for me:

Ctrl + Space


The shortcut to bring up the IntelliSense box is called Edit.ListMembers. It defaults to:

Ctrl + J


The shortcut to automatically select the most likely option is Edit.CompleteWord. It defaults to:

Ctrl + Space

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜