jzq740176597 Tomato Guru
China 346 Posts
class A{ static void Do()const; //To Create Implementation } I want the result: /*static*/ void Do()const { }
accord Whole Tomato Software
United Kingdom 3287 Posts
quote:Originally posted by accordWhich Visual Assist version are you using? "static" is removed from me using VA 1908 when I use the Create Implementation refactoring command.
feline Whole Tomato Software
United Kingdom 19179 Posts
/* $SymbolStatic$ */ $SymbolType$ $SymbolContext$( $ParameterList$ ) $MethodQualifier$ { $end$$MethodBody$ }