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.

CCS: Autocomplete doesn't work as in older version

Tool/software: Code Composer Studio

Hi,

I recently upgraded to the new CCS Versio 7.0.0.00043. But now the autocomplete function has an other behavior, which I really don't like and want to change.

So if entering the name of a function lets say "math(int a)" and I select the function from the upcoming autocomplete list, it prints "math(a)" and the corsor is at the end of the brakets. But in the older Versions the cursor would have been in between the brakets to direktly start typing the name of the variabel I want to give to the function, lets say "b". Now I must first move the cursor in between the brakets and than delete the name of the suggested variable "a" for typing the variable "b". So my question, is there a possibility to change this behavior because I didn't find anything.

Thank you.

  • I found this in the Eclipse forums. It seems that this was a change made to Eclipse CDT 9.0 which is the version we picked up for CCSv7.

    I don't think there is a way to change this behavior, but it seems like they have already changed it in CDT 9.1 so it will appear in CCS when we pick up the new version of CDT (at this time I not sure which version of CCS that will be).