Option to exclude certain packages from code assist and auto import
Need an option to exclude certain packages from code assist and auto import, or maybe to put it at the end e.g.
never need
import com.gigaspaces.internal.backport.java.util.Arrays;
import java.awt.Event
import
but do need
import java.util.Arrays;
import com.google.gwt.user.client.Event;
Please sign in to leave a comment.
You add a list of such packages in Preferences -> Editor -> Auto Import