Configure keys that trigger intellisense completion in Visual Studio

后端 未结 2 518
青春惊慌失措
青春惊慌失措 2021-01-11 10:54

I would like Visual Studio to autocomplete the current entry in the intellisense menu only when I hit tab.

Autocompletion being triggered, for example, when I press

相关标签:
2条回答
  • 2021-01-11 11:39

    Use Toggle Between suggestion and Standard completion mode option of visual studio .. It will now only suggest .. and if you press Tab it will complete your choice ..

    Edit -> IntelliSense -> Toggle

    0 讨论(0)
  • 2021-01-11 11:58

    For Visual Studio 2012, from the Menu Bar,

    1. Select Tools -> Options
    2. In the left pane, expand Text Editor -> C#
    3. Select InteliSense

    The characters that commit are listed in a text box

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