๐ 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"
}
}
Top comments (3)
thanks a lot man
Thank you!
You r welcome...