Access the preprocessor actions within an open file by right-mouse clicking and select .
The Identify Using Configured Preprocessor action, locates preprocessor statements within the file by invoking the preprocessor associated with the file. Preprocessor statements are replaced code as defined by the preprocessor. These statements are highlighted based on the settings of the Syntax Coloring preference. The default annotation for preprocessor statements is a vertical blue line at the left side of the editor. After you have initially identified preprocessor statements, you can use the Identify Using Specific Output File on subsequence invocations of the preprocessor. This action is helpful if changes were made to the file.
When a preprocessor is invoked, the editor can perform limited validation on the code created by the preprocessor. This code is treated as other code in the file.
The code inserted by the preprocessor persists when the file is saved. To remove preprocessor generated code, select the Clear Identifications action.