The IDE has a dynamic C and C++ code completion feature that enables you to type a few characters and then see a list of possible classes, methods, variables, and so on that can be used to complete the expression.
To complete a C or C++ expression:
The code completion box displays a scrolling list of possible classes, methods, variables, functions, and so on that can complete your expression.
If the IDE can determine only one possible completion for the expression, the expression is completed automatically. If the IDE cannot determine how to complete the expression, the code completion box displays "No suggestions."
Notes:
See Also | |
---|---|
Setting the C or C++ Code Completion Dialog Box Delay Disabling Automatic Code Completion Using Code Templates |