User`s guide

AN0821
Rev. 0.1 23
5. Simplicity IDE also supports code completion, a feature called Content Assist. The user can type the first
few letters of a symbol or include file and press Ctrl+Space to display a list of symbols that match the
letters types.
Next, use Content Assist to display a list of symbols starting with the characters P1:
a. In Interrupts.c, type ADC0 at the end of the ADC0_ISR function.
b. Press Ctrl+Space to display the Content Assist list.
c. Use the arrow keys or page up and down keys to look through the list of matching symbols.
d. Pressing Enter will replace the typed characters with the selected symbol.
e. Once familiar with the Content Assist feature, delete any lines inserted in this step.
5b
5a