console.log() Shortcut in VS Code๐Ÿš€๐Ÿš€

farhanacsebd

Farhana Binte Hasan

Posted on January 26, 2023

console.log() Shortcut in VS Code๐Ÿš€๐Ÿš€

๐Ÿ‘‰ First of all

  • Open VS Code
  • Press ctrl + shift + p
  • Choose Snippets: Configure Snippets
  • Then choose your programming language
  • Then apply this code ๐Ÿ‘‡โœŒ๏ธโœŒ๏ธ
{
    "Console.log": {
        "prefix": "clg",
        "body": "console.log('$1');",
        "description": "Console Log"
    }
}
Enter fullscreen mode Exit fullscreen mode
๐Ÿ’– ๐Ÿ’ช ๐Ÿ™… ๐Ÿšฉ
farhanacsebd
Farhana Binte Hasan

Posted on January 26, 2023

Join Our Newsletter. No Spam, Only the good stuff.

Sign up to receive the latest update from our blog.

Related

ยฉ TheLazy.dev

About