I like to have a space between the class name and the symbol name in my definitions:
int MyClass :: MyMethod()
{
//...
}
However, the "Create Implementation" feature uses $SymbolContext$ that does not insert spaces and don't seems to be customizable.
So I tried to change the snippet for:
$SymbolType$ $ClassName$ :: $SymbolName$($ParameterList$) $MethodQualifier$
But $ClassName$ leaves a blank (everything else is fine):
int :: MyMethod()
{
//...
}
Additional infos:
VA_X.dll file version 10.9.2076.0 built 2015.09.15
Visual Studio 2012 Professional (english) -> DevEnv.exe version 11.0.61030.0 Professional