You must be registered to post a reply. Click here to register.
T O P I C R E V I E W
Mordachai
Posted - Jun 10 2008 : 2:21:27 PM Refactor likes to add spaces in the wrong places relative to our coding standards.
We use a pattern like so:
if (bool-expr) while (bool-expr) for (for-expr) function-call(arg1, arg2, argn);
So - no space between function name and argument list, but a space between keywords and a control-expression, space after every comma in an argument list, etc.
But I don't see any way to control these sorts of things in VA. Am I missing something, is there a back-door config file, or am I SOL?
Thanks
1 L A T E S T R E P L I E S (Newest First)
rhummer
Posted - Jun 10 2008 : 2:25:59 PM All the refactoring formatting is handled by VA Snippets. So any Refactor option that uses a Snippet is prefixed with Refactor in the Snippets window. Some options do share.