1

Usually I code C# in VS10, but I have to code a small program in VB.NET in VS10.

And I am used to selecting something with code-assist with Enter, but now in VB Enter also make a new line, which is very annoying because I can't help doing that all the time.

How can I turn this off/on so it's like when I code C#? I have looked, but could not find anything.

Jonathan Leffler
  • 730,956
  • 141
  • 904
  • 1,278
radbyx
  • 9,352
  • 21
  • 84
  • 127

1 Answers1

2

You cant, you have to get used Tab or Space.

Piyey
  • 473
  • 5
  • 15
  • :( Can anybody confirm? I would hate to surrender this one to quickly – radbyx Dec 19 '11 at 23:16
  • 2
    Yup, you're pretty much stuck with it. Here are a few more threads on the subject: http://social.msdn.microsoft.com/Forums/en/vbide/thread/4d384e0c-0a1e-486a-9751-0958bf1f3db9 http://stackoverflow.com/questions/417625/how-do-i-make-the-enter-key-on-intellisense-when-typeing-in-vb-react-the-same-wa – Marty Dec 19 '11 at 23:19