-
Notifications
You must be signed in to change notification settings - Fork 30.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Emmet not working in vanilla VSCode install (0.10.x) #3599
Comments
And just in case someone would ask, my user preferences are minimal: // Place your settings in this file to overwrite the default settings
{
// Controls the rendering size of tabs in characters. Accepted values: "auto", 2, 4, 6, etc. If set to "auto", the value will be guessed when a file is opened.
"editor.tabSize": 2,
// Controls if the editor will insert spaces for tabs. Accepted values: "auto", true, false. If set to "auto", the value will be guessed when a file is opened.
"editor.insertSpaces": true
} |
@silverbucket what version of VS Code are you using (see the About Box), are you on the insider or the stable channel? |
@egamma the OS X VSCode version is Just to test it out, I tried downloading VSCode on my Windows machine. I get the exact same behavior as described above. Version is |
@silverbucket just did a fresh install of But now I read your description again:
The emmet expansion key is TAB and not ENTER. Also if TAB doesn't work can you execute the 'Emmet: Expand Abbreviation' from the command palette. |
Thanks @egamma - I had a fealing it was something simple like that! Just checked and it's working for me! |
Doesn't work for me either way. Neither the Tab, not clicking the Emmet:Expand Abbreviation from commands menu. Visual Studio Code: Extensions Installed:- |
I was teaching HTML5 to high school kids using visual studio code. Emmet wasn't working in their machines(PC and MAC). Also checked for updates. Dont know whats the issue. Please advise. |
Not sure what's going on here, I removed and re-installed VSCode just to be sure. Emmet does not seem to be working:
(editor shows HTML in bottom right info-bar)
div>ul>li*5
I saw a previous issue about this (#958), where extensions were discussed. I've never installed an extension and don't even know how to view whether I have extensions installed or not, which is another reason I deleted, re-downloaded, and installed Visual Studio Code from scratch just to be sure.
The text was updated successfully, but these errors were encountered: