roslyn:organize_usings
Remove unused using directives and sort remaining ones alphabetically in C# files. Returns the cleaned file content.
Instructions
Sort and remove unused using directives in a file. Returns the modified file content. Automatically removes unused usings and sorts alphabetically.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| filePath | Yes | Absolute path to source file |