vscode-react-javascript-snippets
vscode-react-javascript-snippets copied to clipboard
Extension for React/Javascript snippets with search supporting ES7+ and babel features
Hi all, as a suggestion I would like to either have a snippet or have a configuration setting for exporting react components as named imports only, without the `default` keyword....
I spent unnecessary time trying to figure out how to correctly disable the `importReactOnTop` option. To make it more intuitive for new users of this extension and to prevent similar...
removed-> import react from "react" line, as it is no longer needed with latest react version.
Type: Bug Termination on VS Code start-up. Identified the extension causing the issue by disabling other extensions. Extension version: 4.4.3 VS Code version: Code 1.81.0 (6445d93c81ebe42c4cbd7a60712e0b17d9463e97, 2023-08-02T12:37:13.485Z) OS version: Windows_NT...
This PR adds an export to `tsrafc` to mirror [its JavaScript version](https://github.com/ults-io/vscode-react-javascript-snippets/blob/185bb91a0b692c54136663464e8225872c434637/src/sourceSnippets/components.ts#L136C15-L136C15).
-- Neovim Version NVIM v0.9.1 Build type: Release LuaJIT 2.1.0-beta3 -- How to reproduce 1.install the extension 2. On a jsx file make some syntax errors, 3. Press the esc...
The issue stated ``` https://github.com/ults-io/vscode-react-javascript-snippets/blob/HEAD/docs/Snippets.md still links to https://reactjs.org/docs/hooks-reference.html ``` I have replaced the link to old documentation with the link to the latest documentation.
https://github.com/ults-io/vscode-react-javascript-snippets/blob/HEAD/docs/Snippets.md still links to https://reactjs.org/docs/hooks-reference.html
I've encountered a bug. To produce it; create a new file on the project directory via VSCode, for example "Navbar.tsx", then type "rafce" and press Tab to generate the component...
so suppose if ur working on a screen and then you create a new .js screen in react native and u import boiler plate code using rnfe and you want...