vscode-react-javascript-snippets icon indicating copy to clipboard operation
vscode-react-javascript-snippets copied to clipboard

Fix useStateSnippet when called through snippet search

Open otaviocozer opened this issue 1 year ago • 0 comments
trafficstars

useStateSnippet doesn't work when called through snippet search. This happened because the regular expression used in revertSnippetPlaceholders for capitalize was incorrect.

https://github.com/r5n-dev/vscode-react-javascript-snippets/assets/38982699/51d60c6a-e85e-496d-a908-5d3cc0ecbc18

otaviocozer avatar Apr 02 '24 21:04 otaviocozer