r5n-dev / vscode-react-javascript-snippets

Extension for React/Javascript snippets with search supporting ES7+ and babel features

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

lym5460 opened this issue · comments

commented

I have the same issue.

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.

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)

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