vscode-react-javascript-snippets
vscode-react-javascript-snippets copied to clipboard
Extension for React/Javascript snippets with search supporting ES7+ and babel features
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`:  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...
 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...