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/TMS320F28379D: Is there an option to edit the refactor settings in ccs

Part Number: TMS320F28379D

Tool/software: Code Composer Studio

Hello folks,

Is there any option to edit the way refactor work in code composer studio.

Let's say when I refactor tor a constant replacement. it replaces, with namespace and const int varname = constant value.

Instead, I want to make it like const UINT16 varname = constant value, where, I want to remove the namespace and have custom data types in place of default data types.

  • Hi Mohan,

    The integrated refactoring tool that comes with CDT is somewhat limited and I don't see an option for what you wish to do. I'll see if I can confirm.

    You may want to take a look at some Eclipse CDT plugins that provide additional refactoring capability.

    Thanks

    ki 

  • There does not seem to be an option to support this functionality by default. As mentioned earlier, perhaps there is a plugin that can support this.