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

Extension for React/Javascript snippets with search supporting ES7+ and babel features

Results 80 vscode-react-javascript-snippets issues
Sort by recently updated
recently updated
newest added
trafficstars

When I am trying to import a file and it shows up snippets intellisnece in place of paths or files and folder .

- Added a snippet to the docs for React Typescript Arrow Function Component "tsrafc" and an example. - Added a snippet to docs for React Typescript Arrow Function Export Component...

Change the order of tabs in useContextSnippet so you can first select the context and then get autocompletion for the properties.

## Context I detect some missing brackets in snippets documentation for `setTimeout` and `setInterval`. ## Solution Add these brackets

Type: Bug vs code just crash sometimes Extension version: 4.4.3 VS Code version: Code - Insiders 1.85.0-insider (e55009850900a64eeb37b2228c79855ceff63914, 2023-11-03T15:11:12.179Z) OS version: Windows_NT x64 10.0.19045 Modes: Remote OS version: Linux x64...

Hey, Thanks for this awsome extension. Is anybody else having problems with the import react setting? in my vscode settings I have ``` "reactSnippets.settings.prettierEnabled": true, "reactSnippets.settings.importReactOnTop": false ``` Prettier option...

Context: In many cases, it's a common practice to name the main file in a directory as "index." However, for the sake of easier identification and organization, it would be...

I frequently use the tsrafce snippet to create functional components with prop type definitions. Currently, the generated prop type name is Props. However, in order to prevent naming conflicts and...

Well, I have been facing this issue for a long time. Whenever I try the command 'rafce' or such, it displays the required code but the whitespaces from the left...