codemaid
codemaid copied to clipboard
Organize active document improvement
Environment
- Visual Studio version: 2022
- CodeMaid version: 12.0
- Code language: C#
Description
Methods are not organized by their arguments.
Steps to recreate
- Create a number of methods with overloads.
- Reorganize active document
Current behavior
The methods organize nicely by method name, but not by arguments.
Expected behavior
The methods should organize by name first (like now) and then arguments.
Thanks for the suggestion!