Using Content Assist to finish function names
The IDE can help you finish the names of functions.
To use Content Assist
- In the C/C++ Editor, type at least the first letter of a function.
- In the editor, right-click and click Content Assist. A menu with
the available functions appears.
- Do one of the following:
- Continue typing. The list shortens. When there is only one function that
matches, it is automatically inserted.
- Scroll up or down and press Enter to select the function.
- Double-click a function to select it.
- Press Esc to close the Content Assist Window.