|
In the code completion popup settings section, you can configure the following options:
-
Auto-popup code completion after dot
If selected, each time you type a dot (".") in the Java code editor, the code completion popup
will be displayed after a certain delay unless you type another character in the meantime.
-
Delay
The "Auto-popup code completion after dot" feature above uses a configurable delay. By default, the delay
is set to 1000 ms.
-
Popup height
The height of the completion popup in number of entries is configurable.
|