my vs code emmets not working

{
"editor.mouseWheelZoom": true,
"code-runner.runInTerminal": true,
"code-runner.saveFileBeforeRun": true,
"debug.showInlineBreakpointCandidates": false,
"editor.fontSize": 17,
"problems.showCurrentInStatus": true,
"editor.wordWrap": "on",
"editor.accessibilitySupport": "off",
"editor.tokenColorCustomizations": {
"comments": "#c5c5c5"
},
"liveServer.settings.donotShowInfoMsg": true,
"explorer.confirmDragAndDrop": false,
"workbench.colorTheme": "One Dark Pro Darker",
"editor.tabSize": 1,
"redhat.telemetry.enabled": false,
"[xml]": {
"editor.defaultFormatter": "redhat.vscode-xml"
},
"accessibility.signals.lineHasBreakpoint": {
"sound": "off"
},
"accessibility.signals.onDebugBreak": {
"sound": "off"
},
"explorer.compactFolders": false,
"editor.snippetSuggestions": "top",
"editor.suggest.snippetsPreventQuickSuggestions": false,
"editor.quickSuggestions": {
"other": true,
"comments": false,
"strings": true
},
"editor.wordBasedSuggestions": "matchingDocuments",
"html.suggest.html5": false,
"typescript.suggest.paths": false,
"javascript.suggest.paths": false,
"emmet.showSuggestionsAsSnippets": true,
"emmet.triggerExpansionOnTab": true,
"emmet.includeLanguages": {
"javascript": "javasciptreact"
},
"html.format.contentUnformatted": "",

}
{
"editor.mouseWheelZoom": true,
"code-runner.runInTerminal": true,
"code-runner.saveFileBeforeRun": true,
"debug.showInlineBreakpointCandidates": false,
"editor.fontSize": 17,
"problems.showCurrentInStatus": true,
"editor.wordWrap": "on",
"editor.accessibilitySupport": "off",
"editor.tokenColorCustomizations": {
"comments": "#c5c5c5"
},
"liveServer.settings.donotShowInfoMsg": true,
"explorer.confirmDragAndDrop": false,
"workbench.colorTheme": "One Dark Pro Darker",
"editor.tabSize": 1,
"redhat.telemetry.enabled": false,
"[xml]": {
"editor.defaultFormatter": "redhat.vscode-xml"
},
"accessibility.signals.lineHasBreakpoint": {
"sound": "off"
},
"accessibility.signals.onDebugBreak": {
"sound": "off"
},
"explorer.compactFolders": false,
"editor.snippetSuggestions": "top",
"editor.suggest.snippetsPreventQuickSuggestions": false,
"editor.quickSuggestions": {
"other": true,
"comments": false,
"strings": true
},
"editor.wordBasedSuggestions": "matchingDocuments",
"html.suggest.html5": false,
"typescript.suggest.paths": false,
"javascript.suggest.paths": false,
"emmet.showSuggestionsAsSnippets": true,
"emmet.triggerExpansionOnTab": true,
"emmet.includeLanguages": {
"javascript": "javasciptreact"
},
"html.format.contentUnformatted": "",

}
22 Replies
bfmv
bfmvOP5mo ago
this is my settings.json some of my emmets are not suggesting like when i type class in html theres no suggestions is there anything i need to add or remove from here
ἔρως
ἔρως5mo ago
can you take a screenshot or record what happens when you type what you expect to work? (if you use windows, the clipping tool can do recording too, without audio)
bfmv
bfmvOP5mo ago
sure tomorrow, me going sleep now
bfmv
bfmvOP5mo ago
No description
bfmv
bfmvOP5mo ago
here i want this to happen when i type cla the class suggestion doesnt appear
ἔρως
ἔρως5mo ago
did you disable autocomplete? also, which file are you opening?
bfmv
bfmvOP5mo ago
html which autocomplete and how do i check it
ἔρως
ἔρως5mo ago
in the settings, just search for autocomplete
bfmv
bfmvOP5mo ago
i did its showing for c and c++ only theres no option for html
ἔρως
ἔρως5mo ago
and you dont have a general option?
bfmv
bfmvOP5mo ago
i didnt find any theres for tailwind css, js and typescript and c_cpp only
ἔρως
ἔρως5mo ago
and if you search for html., do you see anything? the setting html.suggest.html5 is the one that controls if you get the attributes or not
bfmv
bfmvOP5mo ago
its on OOOOOOOOO i restarted vs code and it worked thanks
ἔρως
ἔρως5mo ago
i was going to suggest to restart in safe mode but you're welcome did you changed anything?
bfmv
bfmvOP5mo ago
yup i did what u said
ἔρως
ἔρως5mo ago
enabled the option and restarted?
bfmv
bfmvOP5mo ago
yes
ἔρως
ἔρως5mo ago
if someone else has the same issue, we all know what to do now thank you
bfmv
bfmvOP5mo ago
hehe yeah
ἔρως
ἔρως5mo ago
i recommend you to check the other settings, in case something else is disabled
bfmv
bfmvOP5mo ago
👍🏻

Did you find this page helpful?