DEV Community

Cover image for console.log() Shortcut in VS Code🚀🚀
Farhana Binte Hasan
Farhana Binte Hasan

Posted on • Edited on

39

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

Top comments (4)

Collapse
 
stefan_predolac_cd372ceed profile image
Stefan Predolac •

Thanks

Collapse
 
abdraevaraisa profile image
Raisa Abdraeva •

Thank you!

Collapse
 
farhanacsebd profile image
Farhana Binte Hasan •

You r welcome...

Collapse
 
eddiee_adamss profile image
kanixro •

thanks a lot man

Billboard image

The Next Generation Developer Platform

Coherence is the first Platform-as-a-Service you can control. Unlike "black-box" platforms that are opinionated about the infra you can deploy, Coherence is powered by CNC, the open-source IaC framework, which offers limitless customization.

Learn more

đź‘‹ Kindness is contagious

Please leave a ❤️ or a friendly comment on this post if you found it helpful!

Okay