January 02, 2015
https://issues.dlang.org/show_bug.cgi?id=13926

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

Another useful feature that I find myself missing a lot is 'find all references', which belongs together with goto declaration/definition (which are now working really well!)

Is the parser powerful enough to find all symbol references?

It's particularly useful to understand how some function or type is used, or
how often it's used.
Find in files is usually sufficient, but it's a great little time-saver and
eliminates false-positives for things with generic names.

--