codemaid
codemaid copied to clipboard
Code cleanup disable undo shortcut (crtl+z)
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.
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.