Hi,

I've got another problem: Code completion doesn't work at all at some circumstances. So we'll have to see some more context, IMHO.

Places where code completion does not work for me:
- in braces (e.g. loop odr if conditions)
- if I want to import a class included in the JDK (but  only as long as there isn't an import statement already for this class).

Places/conditions where code completion doesn't work correctly for You?

Kind regards
Peter


Am 09.10.18 um 09:27 schrieb Alex Sviridov:
Hi all

I use NetBeans 9.0 and when I use code completion NetBeans inserts  fully qualified name.
For example, I have:

String s = "This is my code";
com.temp.foo.SuperFoo superFoo....

When I used previous versions full qualified name was added to "import section" and I had

import com.temp.foo.SuperFoo;
.....
String s = "This is my code";
SuperFoo superFoo....

Could anyone say how to fix it?

--
Alex Sviridov


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists

Reply via email to