Closed ChrisBlankDe closed 4 months ago
Thank you for reporting your issue. There was a bug preventing this functionality from working. You can use "Sort Ysings in the Active Editor" and "Sort Usings in the Active Project" commands. You can also add "SortUsings" to the "alOutline.codeActionsOnSave" setting. If sorting usings is not enabled for document save event, then you will also be able to see code action when you move the cursor to the usings declarations.
works like charm. THX
Would be nice to have an Clanup Action to Sort usings. Sorting can be alphabetically or logical (System., Microsoft., 3rd-Party)
Bad Code:
Good Code (alphabetically):
Good Code (logical):