Is there any way that I can change how a Literal of a code snippet renders when it is used in the code that the snippet generates?
Specifically I\'d like to know if
a "fix" may be to use a prefix in the naming or the member variable, i.e.:
string m_$name$; string $name$ { get{return m_$name$;} set{m_$name$=value;} };