Part Number: CODECOMPOSER
hi,
I am experiencing a symbol recognition issue (similar to an IntelliSense error in VS Code) in the new CCS v20.4.1 IDE. The compiler built-in macro __TMS320C2000__ is not being correctly resolved by the IDE's indexer.
Observed Behavior:
1. Compilation Success: The project builds and executes successfully. The compiler correctly recognizes and uses the __TMS320C2000__ variable.
2. IDE Recognition Error: Despite successful builds, the IDE (Theia/Indexer) flags this macro as an error or incorrectly points it to an unrelated path/definition.
3. Difference from CCS v12: In CCS v12, this built-in variable was correctly discovered by the Eclipse-based indexer (as shown in the attached screenshot).
this is v12

this is v20
