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.

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.