Posts tagged with vscode

VSCode Snippet: console.log on a Hotkey

How I set up Cmd+Shift+L in VSCode to instantly insert console.log() — or console.log('varName', varName) when a variable is selected.

Read more