Search code examples
visual-studio-2015formattingintellisensecurly-brackets

Why does VS2015's intellisense keep leaving the opening bracket after "else"?


This is what makes me mad:

See, I press "Format Document" and everything sweetly suits to where it belongs, but after I switched from VS2013 to VS2015, this opening bracket after else never goes to the next line until I manually insert a carriare return between them!

Now, I see what you are thinking, "go to the tools, options, text editor, C#, etc etc", but look at this:

Every checkbox is checked and yet even the preview mocks me with that curly brace.

How do I make this like it was in VS2013?


Solution

  • Alright, they fixed it. Which means it was a bug.