commands:
Ctrl Shift P
code snippet:
```
"Laravel Comment Block Only": {
// "scope": "javascript,typescript",
"prefix": "lcom",
"body": [
"/*",
"| $1",
"|--------------------------------------------------------------------------",
"| $2",
"*/"
],
"description": "Inserts a fancy comment "
}
```