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.

CODECOMPOSER: 20.0.1.4 IDE doesn't define symbols for syntax highlight

Part Number: CODECOMPOSER

Tool/software:

Note: I just don't know whether this is a local issue on my PC

Having a project for a F280039 I would expect to see code that depends on preprocessor symbol __TMS320C28XX__ to be enabled, but the IDE/editor shows otherwise

Note that this happens only in the editor presentation, the compiler works flawlessly (as it knows to define __TMS320C28XX__).

My issues are

  1. I can't easily edit my code when I have an #ifdef as those used in system headers (see above picture)
  2. I can't navigate to a function that's in a grayed area (F12, Ctrl-LeftClick), and I don't see the function description when I hover on it - in the case above I don't see descriptions of functions like Interrupt_register(), as they are inside a #ifdef fence
  • Hello,

    We have several outstanding issues with the clangd parser used with CCS 20. This is one of the known issues. We hope to address many of these issues in the next few updates of CCS.

    Thanks

    ki