T O P I C R E V I E W |
AstaDan |
Posted - Jun 06 2014 : 05:30:48 AM Since moving to VS2013, when I do Refactor-Create Implementation, the space before the opening parenthesis of the function call is missing.
My VA snippet for "Refactor Create Implementation" is as follows: // ------------------------------------------------------------------------------------------------ /// <summary> </summary> /// \\author DAN \\date $DAY_02$/$MONTH_02$/$YEAR$ // ------------------------------------------------------------------------------------------------ $SymbolType$ $SymbolContext$ ($ParameterList$) $MethodQualifier$ { $end$$MethodBody$ }
I try to turn off practically all of the smart formatting in Dev Studio, but clearly something is interfering with this. Please could you advise? |
3 L A T E S T R E P L I E S (Newest First) |
feline |
Posted - Jun 10 2014 : 12:29:52 PM Since this IDE formatting seems to be the same way you currently type and format your code it should not cause any problems at all for you. |
AstaDan |
Posted - Jun 09 2014 : 05:05:03 AM Thanks very much. Checking that option appears to have fixed it. Hopefully it won't interfere with my typing. |
feline |
Posted - Jun 06 2014 : 5:55:41 PM This is a VS2013 formatting setting problem, turn On:
Formatting -> Spacing -> Spacing for function parentheses -> Insert space between function names and opening parentheses of argument lists
Its "just" a matter of finding the correct setting to change. There are just quite a few settings to check.
Note that turning Off a formatting setting in VS2013 changes the setting, it does not turn off formatting. |