roslyn:organize_usings
Removes unused using directives and sorts remaining ones alphabetically in a C# file. Returns 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 |