User guide

9.7 Code Editing and Debugging Features
Simplicity
IDE is a code editing and development environment. The editor includes context highlighting, reference searching, and stand-
ard features found in any modern editor.
Open Declaration
In addition to the basic features, Simplicity IDE supports many advanced code-editing features. For example, the IDE automatically in-
dexes all code within the project to support symbol lookup. The code does not have to build completely for the indexer to work, though
certain features may not be available if, for example, the main() routine is not declared.
In this example, the [Open Declaration] (F3 shortcut) feature quickly finds symbol declarations.
1. Open the file of interest by double-clicking it in the [Project Explorer].
2. Right-click on the desired symbol to display the context menu.
3. Click [Open Declaration] to quickly navigate to the definition of the symbol (e.g., [TMR2CN_TF2H]).
4. Studio will automatically open the file and highlight the line containing the declaration of the symbol.
AN0822: Simplicity Studio™ User Guide
Simplicity IDE
silabs.com | Smart. Connected. Energy-friendly. Rev. 0.2 | 20