codemaid icon indicating copy to clipboard operation
codemaid copied to clipboard

Code cleanup disable undo shortcut (crtl+z)

Open pierrebrito opened this issue 3 years ago • 1 comments

Environment

  • Visual Studio version: 2022 Community (17.0.0)
  • CodeMaid version: 12.0
  • Code language: C#

Description

After using Code cleanup on a .razor file, the undo shortcut (crtl+z) is disabled.

pierrebrito avatar Nov 12 '21 14:11 pierrebrito

Thanks for reporting the issue. That is strange, but I am able to reproduce it.

As a workaround you can disable CodeMaid->Options->General->Use undo transactions

I suspect that something has changed with how the undo transactions work and the session is not ending correctly.

codecadwallader avatar Nov 16 '21 13:11 codecadwallader