Filtering auto import lists
Just wondering if it is possible to add filters or configure idea to ignore packages for the auto import lists. I've looked around and can't seem to find any options to do this.
Here is an example situation.
I type:
List list = new List();
Idea prompts for auto importing and 2 options are available. They are:
java.awt.List
java.util.List
Since I never use awt it would be nice not to see those options.
Jason
请先登录再写评论。
No filters, Several rfe's:
http://www.intellij.net/tracker/idea/viewSCR?publicId=11402
http://www.intellij.net/tracker/idea/viewSCR?publicId=13371
Well at least there are requests out there and someone else wants the same functionality.