console.log() Shortcut in VS Code๐๐
Farhana Binte Hasan
Posted on January 26, 2023
๐ 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"
}
}
๐ ๐ช ๐
๐ฉ
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
webdev Understanding HTTP, Cookies, Email Protocols, and DNS: A Guide to Key Internet Technologies
November 30, 2024