Recently, the JSX attributes suggestion feature in VSCode stopped working. For example, when I write <input auto/> I no longer get suggestions like autoFocus for the attribute. I select JavaScript React at the bottom of the code editor, and in my settings.json file I have this line
"emmet.includeLanguages": {
"javascript": "javascriptreact",
},
Otherwise, including JSX elements suggestions is working fine. How can I fix this issue?