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

ES7 snippet extension (v 4.4.3) in VSCode (v 7.78.2) generates a single-line return statement instead of a multi-line return statement. Steps: 1. Writing `rafce`: ![1](https://github.com/ults-io/vscode-react-javascript-snippets/assets/60811247/0fcf1b3e-04fd-4f18-a0ed-5928e578b65e) 2. Getting a single-line return...

A lot of us use create more components that return fragments rather than divs. It would be nice to have a Boolean option to enable this, similar to the existing...

It does not put the semicolon at the end of line. For example import React from 'react' function Badge() { return ( ) } Can I solve the problem?

I thing we don't need to auto import this line at the top of every jsx file "import React from 'react'" because everything seems to be working fine without writing...

![image](https://user-images.githubusercontent.com/58801773/217469845-5e109933-1e4f-4e22-a853-3d5b188cd81d.png) The snippets dont appear automatically but when the popup is removed and recalled using ctrl+space they appear

version: v4.4.3 hot key: `rmc` output: ```jsx import React, { memo } from 'react' const Comp = memo(() => { return ( Comp ) }) export default Comp ``` This...

Type: Bug React suggestion are not working like "crfe" and i try all methode like enable all disable all Extension version: 4.4.3 VS Code version: Code 1.75.0 (e2816fe719a4026ffa1ee0189dc89bdfdbafb164, 2023-02-01T15:23:45.584Z) OS...

Hey! I love the extension but I noticed that it is not up to date, with the new versions of react, JSX can be used without importing it. So it...