Why doesn't Visual Studio code formatting work properly for Razor markup?

后端 未结 10 1636
醉梦人生
醉梦人生 2020-12-08 13:04

Or, should I rather ask, when will VS code formatting work properly for Razor markup? The formatting works for most structures, but it seems to choke on \'if\' blocks. The c

10条回答
  •  悲哀的现实
    2020-12-08 13:12

    I recommend you prevent automatic formatting to trigger by commenting the piece of code where you paste. This way things don't get broken on paste.

提交回复
热议问题