vscode-react-javascript-snippets
vscode-react-javascript-snippets copied to clipboard
Extension for React/Javascript snippets with search supporting ES7+ and babel features
Hi There. The snippet doesn't populate on a black page. but If I type rafc followed by const for example, it works.
When using "anfn"-> tab inside the brackets "{}" anywhere in the jsx component return statement, nothing happens (filename xyz.jsx). ```html return ( .......... {} } // wanted result > )...
https://github.com/ults-io/vscode-react-javascript-snippets/blob/HEAD/docs/Snippets.md#rmcp Here you can see that it should create named function, but in reality it creates anonymous arrow function: https://github.com/ults-io/vscode-react-javascript-snippets/blob/185bb91a0b692c54136663464e8225872c434637/src/sourceSnippets/components.ts#L239 There is significant advantage to have named function when debugging,...
Bumps [json5](https://github.com/json5/json5) from 1.0.1 to 1.0.2. Release notes Sourced from json5's releases. v1.0.2 Fix: Properties with the name __proto__ are added to objects and arrays. (#199) This also fixes a...
`yarn install --frozen-lockfile` and `yarn compile` both return error `warning [email protected]: The engine "vscode" appears to be invalid.`
- Issue Type: `Bug` - Extension Name: `es7-react-js-snippets` - Extension Version: `4.4.3` - OS Version: `Windows_NT x64 10.0.19043` - VS Code version: `1.70.1` ### **!!!Huge Activation Time. VSCode lost its...
I'm kinda confused as I'm pretty sure, that I've used this vs code extension on my old macbook that died in june. But on my old machine the shortcut for...
bro it is not working in my vs code tried to much but doesnt works Please help...
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
imrs and imrse are mentioned in snippets.md but not in actual code. added them.