vscode-react icon indicating copy to clipboard operation
vscode-react copied to clipboard

Contains the code snippets for Reactjs development in VS Code editor

Results 14 vscode-react issues
Sort by recently updated
recently updated
newest added

Type: Bug Extension Bisect is done and has identified xabikos.reactsnippets as the extension causing the problem. Extension version: 2.4.0 VS Code version: Code 1.72.2 (d045a5eda657f4d7b676dedbfa7aab8207f8a075, 2022-10-12T22:16:30.254Z) OS version: Darwin x64...

I run the CudaLinter in CudaText editor and got this error ![Screenshot from 2021-07-11 00-51-35](https://user-images.githubusercontent.com/4154978/125177156-2e440400-e1e2-11eb-9c93-b72654dc0d76.png) I checked that json file in CudaText hex-viewer and I see weird char codes in...

There are currently 6 commits in master that haven't been released. Can we get a new version published 🙏

Instead of using `\n` on body to break lines like this: ```javascript "classConstructorContext": { "prefix": "conc", "body": "constructor(props, context) {\n\tsuper(props, context);\n\t$0\n}\n", "description": "Adds a default constructor for the class that...

Type: Bug I ran system bisect in VS Code and eventually found that this was causing CPU usage to skyrocket Extension version: 2.4.0 VS Code version: Code 1.87.2 (863d2581ecda6849923a2118d93a088b0745d9d6, 2024-03-08T15:21:31.043Z)...

Type: Bug bug Extension version: 2.4.0 VS Code version: Code 1.82.2 (abd2f3db4bdb28f9e95536dfa84d8479f1eb312d, 2023-09-14T05:55:25.390Z) OS version: Windows_NT x64 10.0.22621 Modes: System Info |Item|Value| |---|---| |CPUs|Intel(R) Core(TM) i7-10750H CPU @ 2.60GHz (12...

Type: Bug ddf Extension version: 2.4.0 VS Code version: Code 1.81.1 (6c3e3dba23e8fadc360aed75ce363ba185c49794, 2023-08-09T22:20:33.924Z) OS version: Darwin x64 20.6.0 Modes: System Info |Item|Value| |---|---| |CPUs|Intel(R) Core(TM) i5-7360U CPU @ 2.30GHz (4...

Type: Bug bisec active et desactive les extensions , ce qui enleve desactivation les plugins d'autocompletion Extension version: 2.4.0 VS Code version: Code 1.79.2 (Universal) (695af097c7bd098fbf017ce3ac85e09bbc5dda06, 2023-06-14T08:58:52.392Z) OS version: Darwin...

Type: Performance Issue As long as the extension is activated, intellisense is really really slow (almost unusable) Extension version: 2.4.0 VS Code version: Code 1.78.2 (b3e4e68a0bc097f0ae7907b217c1119af9e03435, 2023-05-10T14:39:26.248Z) OS version: Windows_NT...

There is an issue when you change the name of a file. for example, I changed the name of NavbarIem.jsx which I had a typo in it to NavbarItem.jsx but...