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.