In IntelliJ IDEA 12, when the code completion window (window that shows all the methods for an object) is open, typing * (asterisk) will lose focus and closes the autocomplete window.
Whereas in IntelliJ IDEA 11, when you type the asterisk, it keeps the window open and filters out the methods for you.
How do you get the same behavior in IDEA 12?