[Issue 13913] New: Cleanup imports

via Digitalmars-d-bugs digitalmars-d-bugs at puremagic.com
Mon Dec 29 17:24:03 PST 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 at puremagic.com
          Reporter: turkeyman at 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#.

--


More information about the Digitalmars-d-bugs mailing list