[Issue 13926] New: Find all references
via Digitalmars-d-bugs
digitalmars-d-bugs at puremagic.com
Fri Jan 2 04:58:08 PST 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 at puremagic.com
Reporter: turkeyman at 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.
--
More information about the Digitalmars-d-bugs
mailing list