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.com 2009-12-01T10:14:57Z http://stackoverflow.com/feeds/question/417625 http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://stackoverflow.com/questions/417625/how-do-i-make-the-enter-key-on-intellisense-when-typeing-in-vb-react-the-same-way 2 How do I make the Enter key on intellisense when typeing in VB react the same way as in C# in Visual Studio? Paul Mendoza 2009-01-06T18:25:51Z 2009-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#417649 1 Answer 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? hurricane3 2009-01-06T18:34:46Z 2009-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#417673 2 Answer 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? Chris 2009-01-06T18:45:00Z 2009-01-06T18:45:00Z <p>Hitting the SPACEBAR or TAB key in VB does the same thing that ENTER does in C#.</p>