We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 99ac371 commit b2b204bCopy full SHA for b2b204b
src/extension/snippets/react-typescript.json
@@ -45,7 +45,7 @@
45
},
46
"rust": {
47
"prefix": "rust",
48
- "body": ["const [${1}, set${1}] = useState(${2});"],
+ "body": ["const [${1}, set${1/(.*)/${1:/capitalize}/}] = useState(${2});"],
49
"description": "TypeScript: useState hook"
50
51
"ruct": {
0 commit comments