Eclipse/FDT closes imports when typing in a new import -
for example type following:
import shared.
and on dot, closes imports forcing me reopen imports , continue typing. there way disable this? point of this?
this cannot disabled without disabling autocomplete.
with autocomplete, when selection made, fdt use , return editor can enter keyword.
you shouldn't ever need type import fdt. can:
1) use autocomplete on class / type , have fdt auto import class 2) use organize imports 3) use quick fix import class.
see more here:
Comments
Post a Comment