Running an API query from the context menu

API Query provides a context menu that is visible for Carbide projects both in the C/C++ Projects view, and for header and source files of those projects opened in the editor.

From the context menu, you can either run a query based on a specific identifier in the source code (for example, a header name), or you can generate a report of API usage throughout your project. The report is in HTML format, and it summarizes the API names and header files that your project uses.

For instructions, see Running an API Query based on the source code identifier and Running an API Query for a project.

Related tasks