how to make user snippets work inside strings: vscode
I've made own user snippet code for javascript "inner backquote concat variable" : { "prefix": "$", "body": "\\${$1}", "description": "concat variable with backquote sting" } I want t...