roslyn:organize_usings
Remove unused using directives and sort remaining ones alphabetically in a C# file. Returns the modified file content for immediate use.
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 |