Reporter | Andrey Simanovsky (ands) |
---|---|
Created | Aug 5, 2006 3:37:12 AM |
Updated | Jan 5, 2012 10:06:59 AM |
Priority | Major |
Type | Feature |
Fix versions | Mirabile Futurum |
State | Open |
Assignee | Ilya Ryzhenkov (orangy) |
Subsystem | Search |
Affected versions | No Affected versions |
Fixed in build | No Fixed in build |
When I see
using X = Something.Y;
I sometimes wish to find the usages of X in a file. Implement Find Alias Usings feature. It should select all places in the file where Something.Y is used via X. For example, pressing Ctrl+Shift+F7 when the caret is over X may mark all such places, as it marks ordinary usages.
using X = Something.Y;
I sometimes wish to find the usages of X in a file. Implement Find Alias Usings feature. It should select all places in the file where Something.Y is used via X. For example, pressing Ctrl+Shift+F7 when the caret is over X may mark all such places, as it marks ordinary usages.