codecadwallader/codemaid

Shortcut Ctrl+M, Z (Reorganize Active Document) not working on records

karolsykora opened this issue · 0 comments

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

  1. I have created simple record with some properties
  2. after pressing Ctrl+M, Z shortcut (Reorganize Active Document) nothing happens
  3. when replaced the keyword "record" with "class", then the functionality works correctly

Current behavior

Nothing happens

Expected behavior

Expect to sort the properties