0

Steps I took:

  1. Start typing some code element, e.g. SqlDataR
  2. Press enter to accept IntelliSense's suggestion of SqlDataReader

Oh no! I got a newline! This doesn't happen in the C# editor... how can I configure the VB.NET editor to behave like the C# editor and not insert a newline when I do this? Otherwise I'll have to retrain myself to accept suggestions using tab instead of enter...

ekolis
  • 6,270
  • 12
  • 50
  • 101

1 Answers1

1

There is an answer to that question here but it looks like it requires you to download a paid plugin

  • Thanks! Actually it looks like there is such an option since VS2017, so I set that option (Tools -> Options -> Text Editor -> Basic -> IntelliSense -> Enter key behavior). – ekolis Aug 21 '19 at 19:27