codecadwallader / codemaid

CodeMaid is an open source Visual Studio extension to cleanup and simplify our C#, C++, F#, VB, PHP, PowerShell, JSON, XAML, XML, ASP, HTML, CSS, LESS, SCSS, JavaScript and TypeScript coding.
http://www.codemaid.net
GNU Lesser General Public License v3.0
1.88k stars 352 forks source link

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

Open karolsykora opened 4 months ago

karolsykora commented 4 months ago

Environment

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