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