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?