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

This is what the snippet returns: ('description' added by me when trying out) ![image](https://user-images.githubusercontent.com/62716818/156017754-2b5dc4b5-8bb6-4be3-8d87-d583d533bf3c.png)

bug

Expected: imbr => import {router} from 'react-router-dom' Actual behavior: imbr => ImageBitmapRenderingContext

I'm trying to install this plugin for nvim, i've installed it running with yarn install --frozen-lockfile && yarn compile, but i got that error: ![image](https://user-images.githubusercontent.com/33032851/177048908-3dc82b42-83ce-4a8f-a757-9a1b322a9347.png)

- Issue Type: `Bug` - Extension Name: `es7-react-js-snippets` - Extension Version: `4.4.3` - OS Version: `Linux x64 5.15.0-41-generic` - VS Code version: `1.69.1` :warning: We have written the needed data...

feat: imbrx imports for Routes and Route in new react router 6 Files Affected: generated.json, Snippets.md, imports.ts

- Issue Type: `Bug` - Extension Name: `es7-react-js-snippets` - Extension Version: `4.4.3` - OS Version: `Windows_NT x64 10.0.19044` - VS Code version: `1.68.0` :warning: We have written the needed data...

Always has to reinstall the extension to get things working smooth .. otherwise stops suggesting , auto import and snippets too . Please help with this isssue ![image](https://user-images.githubusercontent.com/51997810/168886210-d021eacc-aca1-441a-8c4f-e4c897244c4e.png) It should...

When using a snippet that uses the current file name, and that file name have a `-` on it, it causes invalid syntax. Example with `tsrafce` ``` import React from...

This configuration is not working. When I set this in my `settings.json`: ```json reactSnippets.settings.importReactOnTop ``` And then try to use any snippet, it is still importing React on the top.

bug

Hi, I am using this extension and trying to import react with useState so I am using imrs which is not working in VS Code.

feature request