C/C++ Code Completion Options
See Also
Set these options for C/C++ code completion in the Options > Editor > Code Completion
tab, when C/C++ Source Files is selected in the Language list. These options apply globally
to C/C++ projects, and only to C/C++ projects.
-
Auto Popup Triggers for C/C++ Identifiers. When you type the symbols shown in
this field, the editor opens a popup completion window to enable you to select an
identifier from a list. The symbols
,->::
are the default
triggers, and you can add or remove symbols.
-
Auto Insert #include Directives for Completed Identifiers. If you select this
option, the editor automatically inserts the appropriate #include directive required
for an identifier you selected from a code completion popup window. This option is enabled
by default.
-
Auto Popup Triggers for #include Directives. Specify the characters that, when
typed after the #include directive, cause the popup completion window to display a list of
headers files. If you type a double-quotation mark (") a completion popup of header files
from your project displays. If you type a left-angle bracket (<) the completion
popup shows header files that are on the compiler search path. This option is enabled by
default.
Copyright © 2015, Oracle and/or its affiliates. All rights reserved.