Viewing source files

The Show Source File function can be used for opening a header/source code file to the Carbide.c++ editor area and locating the method name from the source file.

Show Source File adds an action to Imported and Exported Functions tabs. The action opens up for viewing the source file that implements the currently selected function.

To view source files:

  1. Right-click a method in the Imported Functions or Exported Functions tab, and select Show Source File.
  2. See the Carbide.c++ editor area for the method names.

    You can see the related method names in the Outline view.

  3. By right-clicking a method name in the Outline view, you can:
Related tasks