Accessing source files for functions

While editing source code in the C/C++ editor, you can select a function name and press F3, to make the editor immediately jump to the prototype for that function (if the corresponding file is also in your project). Or, you can press Ctrl and click to navigate to the prototype. Also, you can navigate to files (such as headers) outside of the workspace (i.e. in the QNX target directories).

Pressing CtrlF3 makes the editor immediately jump to the function's implementation (if the file is also in your project).

Note: For more information about the C/C++ perspective, see the link Help > Help Contents in the Workbench User Guide and the C/C++ Development User Guide.