简体   繁体   中英

In Visual Studio 2019, how can I configure the VB.NET code editor's IntelliSense not to insert a newline when I press enter?

Steps I took:

  1. Start typing some code element, eg 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...

有一个问题的答案在这里 ,但它看起来像它需要你下载付费插件

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM