Created the following JS live template:
console.log('$var$ -> ', $var$);
That can generate this:
console.log('response ->', response);
I would love to have auto completion within the string. OR have me edit the second $var$
and make the first one be the same.
Any way to accomplish that?
Playing with "edit variables" completion()
and smartCompletion()
did not seem to auto complete the local variables.