Java Code Completion Options
Set these options for Java code completion in the Options > Editor > Code Completion tab, when the Java language is selected. These options apply globally to Java, and only to Java.
- Guess Filled Method Arguments. When selected, enables the editor to insert a variable available in the current context as the method argument. Enabled by default.
- Auto Popup Triggers for Java. Specify the patterns upon which code completion appears. For example, a new dot can trigger code completion, so that related method parameters are shown.
- Auto Popup on Typing Any Java Identifier Type. If this option is enabled, code completion is shown when a new Java identifier part is entered.
- Completion Selectors for Java. Specify the characters that confirm the current selection in the code completion box. When one of the selectors is pressed, the current item in the code completion box is selected and entered in the editor, with the selector appearing after it.
- Packages/classes. Enables you to limit what is shown in the code completion box.
- Exclude. Define which packages, classes, or methods must be excluded from code completion. Click Add to specify, Edit to modify, or Remove to delete an excluded pattern.
- Include. Define which packages, classes, or methods must be included into code completion. Click Add to specify, Edit to modify, or Remove to delete an included pattern
- Apply rules to methods. When selected, enables the editor to apply the specified excluded and included patterns to methods.
- Auto Popup Triggers for Javadoc. Specify the patterns upon which the code completion box prompts inside Javadoc comments.
- See Also
-
Using the Options Window
Legal Notices