在Visual Studio 2015中编辑Razor视图时,撤消功能停止工作。我注意到,当我输入@if
并按tab
时。然后我有时会弹出错误消息Operation is not valid due to the current state of the object
,然后出现的是这样的,而不是通常的if语句:
@if (true)
{
/.../
}
我已经尝试了this解决方案,但它没有用。有什么想法发生了什么?