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.

Compiler/C6000-CGT: How to enable code folding in CCS?

Part Number: C6000-CGT

Tool/software: TI C/C++ Compiler

Hi All,

I am wondering how I can enable code folding (collapse class and functions definitions in C/C++) in CCS. I tried to tried to do the same as I used to do in eclipse but unfortunately couldn't figure it out for CCS.

Please let me know.

Thank you,

  • Hello!

    In Code Composer menu Window/Preferences, form pops up. In Preferences form lower left corned there is Show/hide advanced settings, make advanced settings visible. Then go to C/C++/Editor/Folding, or simply search for Forlding in the search box in the left top corner of Preferences form.

    It seems that folding will start working properly for newly opened code window.

    Hope this helps.