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

后端 未结 3 825
遇见更好的自我
遇见更好的自我 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: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).

提交回复
热议问题