We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
$3
sw
1 parent fe368fd commit 07ff232Copy full SHA for 07ff232
snippets/javascript.json
@@ -57,7 +57,7 @@
57
},
58
"switch case": {
59
"prefix": "sw",
60
- "body": "switch ($1) {\n\tcase $2 : $0\n\tdefault: $0\n}",
+ "body": "switch ($1) {\n\tcase $2 : $3\n\tdefault: $0\n}",
61
"description": "switch case"
62
63
"case": {
snippets/typescript.json
0 commit comments