In Visual Studio Ultimate 2013 I could write:
public void Foo()
And then write left brace + enter and i received:
public void Foo()
{
| <- My cursor's position
}
But in Visual Studio Community 2015 if I do it too fast i will receive:
public void Foo() { }
| <- My cursor's position
I tried to reset settings, change settings in text editor and import settings from VS 2013 but it didn't help.
Everything is ok if I wait something like 0.5 sec after writing "{" and then put enter.
Do you know where is a problem?
I'm sorry if my english isn't correct.