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: CCS7 - autocomplete with unnecessary function parameters

Tool/software: Code Composer Studio

Hello,

after updating CCSv6 to CCSv7 (7.0.0.00043) I have strange autocomplete behavior. Autocomplete inserts parameters name and at the same time shows the tool tip with these parameters above the function. 

For example if I type 'memcp' and press ctrl+space, CCS will complete  this to: 'memcpy(s1, s2, n)'

It's issue or feature? Can I disable this behavior and return to the well-known from the previous CCS?

Best regards

Mateusz

  • Hello Mateusz,
    It looks like you are experiencing this known Eclipse CDT issue:
    www.eclipse.org/.../

    Since CCSv6 uses CDT 8.x while CCSv7 uses CDT 9.0, this makes sense. Sounds like CDT 9.1 resolves the bug and we will look for pick this up in a future CCS release.

    In the meantime, looks like there is a workaround to disable the auto-parameter filling (mentioned in the first post in the thread of the link above)
  • Hi Ki-Soo,

    Thanks for your help. i found this "Eclipse solution" before writing this post. But I can't find in CCS7 this place in which I must comment "ParameterGuessingProposal".

    Best regards
    Mateusz