Shortcut Ctrl+M, Z (Reorganize Active Document) not working on records
karolsykora opened this issue · 0 comments
karolsykora commented
Environment
- Visual Studio version: 17.9.1, 2022 Enterprise
- CodeMaid version: 12.0
- Code language: C#
Description
Shortcut Ctrl+M, Z not working on records
Steps to recreate
- I have created simple record with some properties
- after pressing Ctrl+M, Z shortcut (Reorganize Active Document) nothing happens
- when replaced the keyword "record" with "class", then the functionality works correctly
Current behavior
Nothing happens
Expected behavior
Expect to sort the properties