This post originated from an RSS feed registered with Java Buzz
by Dave Booth.
Original Post: Excluding classes from auto-import
Feed Title: IntelliJ IDEA Blog
Feed URL: http://blogs.jetbrains.com/idea/feed/
Feed Description: All the most recent updates, views, and information on IntelliJ IDEA... straight from the source.
The IntelliJ IDEA auto-import popup is a very handy feature that frees you from worrying about import statements in your Java class files. However, sometimes it can show more choices than you need (in particular, when the names of some classes in your project match the names of internal JDK classes or unrelated library classes).
To [...]