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;

0
1 comment
Avatar
Permanently deleted user

You add a list of such packages in Preferences -> Editor -> Auto Import

0

Please sign in to leave a comment.