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 353 forks source link

Organize active document improvement #985

Open HekiShavik opened 1 year ago

HekiShavik commented 1 year ago

Environment

Description

Methods are not organized by their arguments.

Steps to recreate

  1. Create a number of methods with overloads.
  2. 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.

codecadwallader commented 1 year ago

Thanks for the suggestion!