How do I make the Enter key on intellisense when typeing in VB react the same way as in C# in Visual Studio?

后端 未结 3 800
遇见更好的自我
遇见更好的自我 2021-01-17 21:33

I\'m using Visual Studio 2008 and I\'m used to C# where when Intellisense pops up, I select what I want by hitting enter and it doesn\'t skip down to the next line. In VB wh

相关标签:
3条回答
  • 2021-01-17 22:14

    I was bothered by this behavior in VB as well. This will be fixed in the next version of Visual Studio with a new setting for enter-key behavior. https://github.com/dotnet/roslyn/pull/11873 Corrected link: https://github.com/dotnet/roslyn/pull/11769

    0 讨论(0)
  • 2021-01-17 22:16

    Hitting the SPACEBAR or TAB key in VB does the same thing that ENTER does in C#.

    0 讨论(0)
  • 2021-01-17 22:32

    I know that this doesn't really answer your question, but intellisense is designed to work so that you just push the "next" character to choose the highlighted item (such as open parenthesis, period, semi-colon, etc).

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