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

Key: RSRP-40982
Type: New Feature New Feature
Status: Open Open
Priority: Normal Normal
Assignee: Ilya Ryzhenkov
Reporter: Andrew Serebryansky
Votes: 1
Watchers: 1
Operations

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

Exclude assembly from ReSharper IntelliSense

Created: 21 May 07 13:56   Updated: 21 May 07 20:53
Component/s: PSI
Fix Version/s: Future Versions
Security Level: Everybody (All jira users)

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


 Description  « Hide
It'd be nice if there was a way through configuration to exclude an assembly entirely from ReSharper's intellisense.

Recently I had to add the IKVM assembly which provides the entire J2SE class library as a .NET assembly. This results in a lot of duplicate class names. So now when I type code like

public void Whatever() {
List
}

and I get the ReSharper Import Type pop-up it gives me three options, java.awt.List, java.util.List, and System.Collections.Generics.List.

I know that for this solution I will never use any of the java.* classes so if ReSharper could ignore them for the Import Type pop-up it'd be really helpful.



 All   Comments   Work Log   Change History      Sort Order:
There are no comments yet on this issue.