December 30, 2014
https://issues.dlang.org/show_bug.cgi?id=13913

          Issue ID: 13913
           Summary: Cleanup imports
           Product: D
           Version: unspecified
          Hardware: All
                OS: Windows
            Status: NEW
          Severity: enhancement
          Priority: P1
         Component: VisualD
          Assignee: nobody@puremagic.com
          Reporter: turkeyman@gmail.com

C# has a tool to sort imports, and also remove imports with no referenced symbols. I think we need this is VisualD too.

Import lists are often tedious to manage, and most Visual Studio users are
accustomed to the C# experience here.
It's also time consuming to identify and remove redundant imports.

User experience should probably match C#.

--