January 08, 2019
https://issues.dlang.org/show_bug.cgi?id=19558

          Issue ID: 19558
           Summary: Ctrl-F7 (build single file) doesn't save-all
           Product: D
           Version: D2
          Hardware: All
                OS: Windows
            Status: NEW
          Severity: enhancement
          Priority: P1
         Component: visuald
          Assignee: nobody@puremagic.com
          Reporter: turkeyman@gmail.com

VisualD implements Ctrl-F7 (build single file) for D, but unlike the same feature in C++, it doesn't save-all first, so you often don't build what you think you're building.

Please make build-single-file save-all first, the same as C++.

--