Can the CodeWarrior IDE assist me in writing the source code?

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.

Figure 1. Edit > Content Assist

Edit > Content Assist

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.

Figure 2. View Field Members of Structure

View Field Members of Structure

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.

Figure 3. Content Assist - Without Typing Anything

Content Assist - Without Typing Anything

You can also view the list of bitfields using Content Assist, as shown in the figure listed below.

Figure 4. Bitfields

Bitfields