Because of the Thanksgiving holiday in the U.S., TI E2E™ design support forum responses may be delayed from November 25 through December 2. Thank you for your patience.

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: Any plugins available for better code folding / block highlighting?

Tool/software: Code Composer Studio

Are there any ways to enable better code folding / highlighting within the editor that is bundled with CCS?   Let me explain details.  Refer to the screen shot below: 

The screenshot above is taken from the freeware Notepad++ editor.    I wish I could get CCS to "look and feel" like this editor, but I've exhausted all options in the menus and cannot seem to be able to configure the editor to how I want it to look and feel. 

Are there any plugins for CCS v9.x that can emulate the behavior of code blocks / code folding features in shown above?  Specifically:

  • Block indication.  There is a grey vertical dotted line running from opening bracket to closing bracket.    Also between all case statements. 
  • Block highlighting.  If you land your cursor on the particular bracket, the grey vertical dotted line turns red, indicating the full extent of the block you are in. 
  • If you land the cursor on a statement within a block, the code folding indicator in the left margin turns red to indicate the extent of the block you are in
  • If you fold a code block, a horizontal line appears 

Can anybody recommend a plugin that can configure  CCS to do something similar as what I have described above?    Does something like this even exist at the moment?