1

Eclipse code recommendation for Java: how to hide all 'package names'?

enter image description here

Like the figure above. After typing one character 's', there's a a large list of package names like 'sun', 'sun.applet', 'sun.applet.resources', etc. , and class name like SecuritiException, String, StringBuilder, etc. are placed after this large list of package names.

How to always hide all package names like 'sun', 'sun.applet', 'sun.applet.resources', etc., in the recommendation list? In other words, all items beside package names like templates, enclosing type members, class names, are shown normally, and all package names like 'sun', 'sun.applet' are always hidden? Adding type filters is not an option, since package name prefixes would also hide all class name in corresponding packages with those prefixes.

Tom
  • 3,168
  • 5
  • 27
  • 36

0 Answers0