D
DasOhmoff
Guest
How can I make Visual Studio expand a snippet in the middle of a sentence (so not only at the beginning of the line).
For example if a snippet expands to
Calculator.Add($first$, $second$)
or something like that, and I try to expand this snippet after the '=' sign in:
int result = /*make this snippet expand here*/;
, how can I make this happen?
Continue reading...
For example if a snippet expands to
Calculator.Add($first$, $second$)
or something like that, and I try to expand this snippet after the '=' sign in:
int result = /*make this snippet expand here*/;
, how can I make this happen?
Continue reading...