How do I make the Enter key on intellisense when typeing in VB react the same way as in C# in Visual Studio? - Stack Overflow most recent 30 from stackoverflow.com2009-12-01T10:14:57Zhttp://stackoverflow.com/feeds/question/417625http://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/417625/how-do-i-make-the-enter-key-on-intellisense-when-typeing-in-vb-react-the-same-way2How do I make the Enter key on intellisense when typeing in VB react the same way as in C# in Visual Studio?Paul Mendoza2009-01-06T18:25:51Z2009-01-06T18:45:00Z
<p>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?</p>
http://stackoverflow.com/questions/417625/how-do-i-make-the-enter-key-on-intellisense-when-typeing-in-vb-react-the-same-way/417649#4176491Answer by hurricane3 for How do I make the Enter key on intellisense when typeing in VB react the same way as in C# in Visual Studio?hurricane32009-01-06T18:34:46Z2009-01-06T18:34:46Z<p>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).</p>
http://stackoverflow.com/questions/417625/how-do-i-make-the-enter-key-on-intellisense-when-typeing-in-vb-react-the-same-way/417673#4176732Answer by Chris for How do I make the Enter key on intellisense when typeing in VB react the same way as in C# in Visual Studio?Chris2009-01-06T18:45:00Z2009-01-06T18:45:00Z<p>Hitting the SPACEBAR or TAB key in VB does the same thing that ENTER does in C#.</p>