This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Code Composer C-Programming structure auto populate



I know the title sounds weird but I couldn't find a better way to put it. Let's say I'm trying to find what there is in:

SysCtrlRegs

In visual studio, for instance, I would put a dot (SysCtrlRegs.)and it would tell me the elements of that "structure" or whatever they call it here in a drop down. Is there a way to enable that here? Because I find it kinda difficult to find the names to the registers I wanna use on the internet. I appreciate your help and time in advance!

  • Hi,

    If you mean CCS Edit perspective, then you can see elements of any structure If you hover the mouse pointer.

    Regards,

    Igor

  • alan alban said:
    In visual studio, for instance, I would put a dot (SysCtrlRegs.)and it would tell me the elements of that "structure" or whatever they call it here in a drop down. Is there a way to enable that here?

    This is enabled in CCS through Content Assist. You can search the Online Help in CCS for more information on it. Its preferences are set under menu Window->Preferences->C/C++->Editor->Content Assist.