Because of the holidays, TI E2E™ design support forum responses will be delayed from Dec. 25 through Jan. 2. Thank you for your patience.

CCSTUDIO: Issue with Keyword Jump and Search in CLA Files in CCS 20.0.1.4__1.6.1

Part Number: CCSTUDIO

Tool/software:

In CCS 20.0.1.4__1.6.1, keyword jump and search are not working properly when editing CLA files.

When hovering the mouse over CLA keywords, Clangd outputs the following error in real-time:

[object Object]
I[14:43:49.672] <-- textDocument/codeAction(115)
I[14:43:49.672] --> reply:textDocument/codeAction(115) 0 ms, error: invalid AST
[Error - 14:43:49] Request textDocument/codeAction failed.

The ccs setting "files.associations": { "*.cla": "c" } has already been added.

The content of a `.cla` file cannot be recognized by Clangd in the same way that program content in a `.c` file can.

How can this be resolved?

Thankyou.

  • Hello,

    The ccs setting "files.associations": { "*.cla": "c" } has already been added.

    This seems to help with the syntax highlighting but I see the same issue with the other functionality. I will need to follow up with some of the IDE experts on this. Please note that due to the holidays I will not be able to provide an update until the new year.

    Thanks

    ki