How to restrict Emmet suggestions to only JSX code in `javascriptreact` files in VS Code?
I’m using Visual Studio Code for React development and I want Emmet suggestions to appear only when I’m writing JSX code, not regular JavaScript, in javascriptreact files (.js, .ts, .jsx or .tsx).