Asp.Net MVC + R# markup editing
Editing of 开发者_StackOverflowmarkup in MVC with Resharper makes me crazy! While I typing scriptlets (<% %>) It throws words and symbols, makes "magic" line breaks and tabs...
Is anybody solve this problem? In addition, do you know any coding guidelines or best practices of writing code in markup in MVC?Hit undo or cntrl-z to undo Resharper's auto formatting.
This is everything I know about Resharper Completion behavior: in Visual Studio in the menu bar, go to ReSharper >> Options... >> Environment >> IntelliSense >> Completion Behavior. Tweak as needed.
精彩评论