Yes, CodeWarrior IDE can parse the source files in the background. Therefore, it provides you the code completion feature. To use the code completion feature, select Edit > Content Assist from the IDE menu bar.
The Content Assist feature allows you to view the list of the field member of a structure, class, or union. The list of the field members appears automatically the moment you type `.' following the structure, class, or union name (refer to the image listed below). You can also press Ctrl+Space to view the list.
If you press Ctrl+Space without typing anything or by placing the cursor in a blank line in the source file, the complete list appears, as shown in the figure listed below.
You can also view the list of bitfields using Content Assist, as shown in the figure listed below.