“Undo” feature in Visual Studio 2008 stops working

前端 未结 8 2294
梦如初夏
梦如初夏 2021-02-01 03:21

I\'ll be coding along in Visual Studio 2008, and eventually I make a mistake. I press CTRL - Z to undo and NOTHING HAPPENS. I\'m not talking about anything

8条回答
  •  眼角桃花
    2021-02-01 03:30

    I had the same problem recently. I think it was caused by an exception in ReSharper (these are shown in the status bar of Visual Studio), at least ReSharper showed a message box to submit some errors to JetBrains at around the same time.

    If you experience this problem again, verify whether ReSharper shows any errors/exceptions, and if it does, you might want to submit them to JetBrains.

    After restarting Visual Studio, undo worked again (for me).

提交回复
热议问题