History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: RSRP-44627
Type: New Feature New Feature
Status: Open Open
Priority: Normal Normal
Assignee: Ilya Ryzhenkov
Reporter: Vladimir Reshetnikov
Votes: 0
Watchers: 1
Operations

If you were logged in you would be able to see more operations.
ReSharper

Highlight usages of constructed type (like IList<string> or string[]) does not highlight anything.

Created: 30 Jun 07 17:47   Updated: 03 Oct 07 21:24
Component/s: Code View - Search
Fix Version/s: Future Versions
Security Level: Everybody (All jira users)

Original Estimate: Unknown Remaining Estimate: Unknown Time Spent: Unknown

Build: 471


 All   Comments   Work Log   Change History      Sort Order:
Vladimir Reshetnikov - 01 Jul 07 01:14
I suppose, this is a feature request, not a bug (constructed type is not a symbol, neither an expression, but it would be useful, if highlight usages works for it).

Ilya Ryzhenkov - 03 Oct 07 21:24
This would conflict with general search rules in ReSharper - we can search only for declared element, not for constructed types. So, highlight usages should just highlight all IList<T> in a file, regardless of type substitution.