vscode-react-javascript-snippets
vscode-react-javascript-snippets copied to clipboard
Extension for React/Javascript snippets with search supporting ES7+ and babel features
This is what the snippet returns: ('description' added by me when trying out) 
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: 
- 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  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.
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.