Visual Studio keyboard shortcut to display IntelliSense

后端 未结 10 2103
无人共我
无人共我 2020-12-02 04:04

What\'s the keyboard shortcut for Visual Studio 2005 and Visual Studio 2008 to display the IntelliSense box if one accidentally hits ESC and w

相关标签:
10条回答
  • 2020-12-02 04:45

    It should be Ctrl + J.

    0 讨论(0)
  • 2020-12-02 04:47

    Ctrl+Space should do it.

    0 讨论(0)
  • 2020-12-02 04:51

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

    Ctrl + Space

    0 讨论(0)
  • 2020-12-02 04:54

    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.

    0 讨论(0)
  • 2020-12-02 04:56

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

    Ctrl + Alt + Space

    0 讨论(0)
  • 2020-12-02 04:57

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

    Ctrl + , (comma)

    0 讨论(0)
提交回复
热议问题