If you copy a piece or Razor code into a .cshtml page and you are missing a bracket, or a parenthesis, Visual Studio tries to auto fix and format the document and places new brackets and paranthesis in the wrong spot and breaks the page.
Is there any way to bypass this but still keep the auto formatting that visual studio uses?