Project
ReSharper
Priority
Major
Type
Feature
Fix versions
Mirabile Futurum
State
Open
Assignee
Ilya Ryzhenkov
Subsystem
Navigation - Search
Affected versions
No Affected versions
Fixed in build
No Fixed in build
  • Created by   Andrey Simanovsky
    5 years ago (05 Aug 2006 02:37)
  • Updated by   Alex Angas
    4 months ago (05 Jan 2012 10:06)
  • Jira: RSRP-6144
    (history, comments)
 
RSRP-6144 Implement feature: Find alias usages
0
Issue is visible to: All Users
  The issue is visible to the selected user group only
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.
Comments (1)
 
History
 
Linked Issues (?)
 
TeamCity Changes (0)
 
Alex Angas
  Alex Angas
05 Jan 2012 10:06
4 months ago
This works in ReSharper 6.1 RTM just by using standard Find Usings, there's no need for a separate feature.