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 87 vscode-react-javascript-snippets issues
Sort by recently updated
recently updated
newest added

Several snippets seem no more there (they're not even in the list when I search for them). i.e **imrs** (react + useState) or **imrse** (react + useState + useEffect)

feature request
good first issue

I like to write my code using tab for indentation, but when I use any snippet from ES7+ it writes 2 spaces for indentation. I think ES7+ should use indentation...

![issue](https://user-images.githubusercontent.com/97826673/157673105-a75e70d1-52ee-4ac6-92c2-310ef6913d44.png) This has been the issue that I have been facing for quite a while for some it may not be that much of an issue but for me personally,...

![image](https://user-images.githubusercontent.com/44552983/156895799-4c16496b-aa06-4d9b-afb7-906618bcb588.png) generating ![image](https://user-images.githubusercontent.com/44552983/156895816-9f4ebd9d-31ed-4b16-849a-d10201c34109.png)

Hi, I got this error after installing this on nvim via vim-plug on Mac M1 Pro. No luck for this on the internet, any idea for this would be appreciate.

Expeected behaviour: import React, { useState, useEffect } from 'react' Actual behaviour: I write imrse and it doenst suggest any Snippet. (Every other snipper works correctly, so the extension is...

so you can install it to neovim with `:CocInstall `

When my file name is `app.tsx`, the component name should be `App`, but now is `app`.