Disabling Automatic Completion

See Also

By default, the code completion box is automatically displayed whenever you pause for more than 500 milliseconds after typing a ., ::, or ->. You can disable the automatic display of the code completion box so that it is displayed only when you type Ctrl-Spacebar.

To disable the automatic display of the completion box:

  1. Choose Tools > Options and click Editor.
  2. In the Code Completion tab, choose All Languages.
  3. Deselect the Auto Popup Completion Window checkbox.
See Also
Using Code Completion
Setting the C or C++ Code Completion Box Delay

Copyright © 2014, Oracle and/or its affiliates. All rights reserved.