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

Snippets are not working in jsx file but working in js file

Open lym5460 opened this issue 2 years ago • 4 comments
trafficstars

lym5460 avatar Feb 06 '23 10:02 lym5460

I have the same issue.

MartinMroc95 avatar Feb 07 '23 08:02 MartinMroc95

I added "editor.snippetSuggestions": "inline" in settings.json and this fixed it. Another possible temp solution is mentioned here

This fix is temporary as not all snippets work as expected. As @RAMTO mentioned below, this is caused by the latest update.

bakedbird avatar Feb 07 '23 19:02 bakedbird

I am having the same issues, snippets stopped working in .jsx & .tsx files, but working in .ts & .js files. Haven't change the settings for the plugin. I suspect that this issue started after the latest VSCode update Version: 1.75.0 (Universal)

RAMTO avatar Feb 08 '23 07:02 RAMTO

The snippets issue has been fixed on version 1.75.1. This one can be closed.

bakedbird avatar Feb 15 '23 06:02 bakedbird