wrap-with-template-stringWrap selected text with a template string. How it worksIt works just like emmet wrapping. However, you must include the placeholder ExampleWe will select each line (with multiple carets)
then activate the extension: CMD+SHIFT+P -> Wrap Selections With Template String Write your template string: e.g. console.log($$$); Execute, and the result will be
|