3 Replies Last post: Apr 26, 2012 12:23 PM by Cristian Vasile Mocanu  
Cristian Vasile Mocanu Newbie 31 posts since
Feb 12, 2009
Currently Being Moderated

Apr 26, 2012 11:39 AM

Find usages - taking into consideration type parameters

Mirat Kadenov recently asked for a feature request: find usages should restrict usages by type parameters:

 

It may be useful to be able to specify type parameter when finding usages of generic. For example, I want to find all usages of ArrayList, not all usages of ArrayList<>

 

The original YouTrack issue is IDEA-85190 Find Usages of generic type with specifying type parameters

 

Dmitry Jemerov opening a forum thread so we can do a little brainstorming about this.

Dmitry Jemerov JetBrains 12,177 posts since
Aug 19, 2002
Currently Being Moderated
Apr 26, 2012 12:02 PM in response to: Cristian Vasile Mocanu
Re: Find usages - taking into consideration type parameters

The refactoring question is actually somewhat irrelevant; although the underlying logic is the same, the top-level UI is different, and implementing the originally requested feature would not mean that you will get an extra prompt when invoking Rename or a similar refactoring.

More Like This

  • Retrieving data ...