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/CODECOMPOSER: CCSv8 indexer not working properly

Part Number: CODECOMPOSER


Tool/software: Code Composer Studio

Hi everyone

On CCSv8 indexer not working properly for ccs projects.

1. Not working ctrl+space in header files to #include another header.

2. Not working ctrl+space applied to private members of the class, when i use them in this class.

Test.h:

ctrl+space in Test.cpp:

Thanks.