1

I want to be able to type auto-property without such effect (inserting new line after I type ;):



This only occurs if intellisence shows its suggestions. Pressing Esc just before pressing ; helps (suggestion popup disappears and new line is not inserted), but it seems impossible to remember, I constantly fail.

Is there a way to remove that weird "new line" behavior? I don't remember such in previous VS.

Sinatr
  • 20,892
  • 15
  • 90
  • 319
  • Maybe [here](http://stackoverflow.com/questions/8977333/vb-net-intellisense-disable-newline-on-enter-autocomplete) you can find what you're looking for ? – Phantomazi Aug 25 '15 at 08:43

1 Answers1

0

Try this way:

  1. Type: prop
  2. Press tab 2 times
  3. Change property type if needed
  4. Press tab
  5. Enter property name

You are done!

Vitaly
  • 2,064
  • 19
  • 23