roslyn:organize_usings
Sort using directives alphabetically and remove unused imports in C# files to improve code organization and reduce compilation overhead.
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 |