xabikos / vscode-javascript

Contains the code snippets for JavaScript (ES6) development in VS Code editor
MIT License
328 stars 136 forks source link

HOW TO change clg #87

Closed Virusviren closed 3 years ago

Virusviren commented 3 years ago

How to change clg => console.log(object); to clg => console.log(); I dont want object there as it comes always after i write clg

Virusviren commented 3 years ago

Sorry by typing log and hitting enter it will give console.log();