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

北城以北 提交于 2019-12-30 17:39:51

问题


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 when I hit the enter on intellisense, I jump to the next line. Does anyone know where the setting for this intellisense option might be?


回答1:


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




回答2:


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).




回答3:


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



来源:https://stackoverflow.com/questions/417625/how-do-i-make-the-enter-key-on-intellisense-when-typeing-in-vb-react-the-same-wa

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