[EMAIL PROTECTED] wrote: > interesting is that if your code has unused imports, it removes them. It > would be nice to have something similar in IDEA.
It does. When you reformat code (Tools->Layout Code) there is a checkbox (on by default) "Optimize Imports", which it does based on your preferences (Tools->IDE Options-> Code Style->Imports). ********************************* Chris Merrill [EMAIL PROTECTED] ********************************* _______________________________________________ Eap-list mailing list [EMAIL PROTECTED] http://www.intellij.com/mailman/listinfo/eap-list
