Tool/software:
Hi,
I am using CCS 20.0.0.12. I have added the line "*.cla": "c" in the file association parameter of CCS to get the right syntax highlighting and all.
However, I have 2 issues, which are purely editing-related (compiled code seems OK) when working on .cla files
- inactive preprocessor sections (between #ifdef XXX and #endif, when XXX has not been defined) don't show as inactive in cla files. Unlike in .c files
- auto complete for elements of structures don't seem to work. When they do show in the auto complete, the name of the elements are grey and crossed, as if it was a suggestion for an inappropriate complete.
In both cases, compilation seems to give proper result.
Any idea on how to fix that ?
Thanks in advance,
Adrien