Visual Studio keyboard shortcut to display IntelliSense

你。 提交于 2019-11-27 16:50:00
BrunoLM

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.

Peter Gfader

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

Ctrl+Shift+Space shows you parameter information.

Alexander Chernosvitov

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.

GBackMania

It should be Ctrl + J.

TTT

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.

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

mimipofi

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

Ctrl + Alt + Space

Dan Bechard

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

Ctrl + , (comma)

Raphaël Roux

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

Ctrl + Space

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!