Are VS Code HTML Snippets /Emmets not working for React(.jsx)?
Are you not able to get the HTML / JavaScript suggestions specifically for React Projects (.jsx)?
Follow the simple steps to enable Auto Suggestions:
Step 1:
File > Preferences > Settings

Step 2:
search for emmet > Emmet: Include Languages

Step 3: Add Item
Here we are going to enable Emmet abbreviations.
> Click on Add Item


Step 4: Here we will add key-value pair to enable Emmet for React

Step 5: Click on OK to add.

Output: Now we Successfully enabled autosuggestions for HTML in React Project (.jsx) files

> Now you can check we are getting Emmet / Suggestions
