-
Notifications
You must be signed in to change notification settings - Fork 30.1k
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 #958
Comments
Cannot reproduce.
Pls try out these steps in a VS Code setup without any extensions installed. |
Cannot reproduce either, works fine on Mac OS X (El Capitan). |
closing pls reopen with with reproducable steps. |
well, removing the extensions did the trick but now I wonder if i update next time, then again I would have to remove all the extensions and then re-install them one-by-one which is very time consuming, right! BTW thanks for help! |
That's abnormal behaviour. Maybe something broke during the update process. |
Or the extension has some side effects. What extension did you have installed when the problem occured? |
just themes. flatland, monokai, batman |
I can reproduce this behavior. Emmet doesn't work when html file doesn't save on a hard drive. |
I cannot reproduce this problem in VS Code 1.5.3 on Windows 10. Please, provide GIF or a small code example where occurs described problem. Also, please, give me more detailed information:
|
it is only working in html extension files. |
This will be fixed in next release, since @ramya-rao-a is working on it. :) There is another issue where this gets explained. |
@skyweb331 If you are not on Insiders, try mapping php to html using the
|
I did it but still not working. |
@skyweb331 What is your VS Code version? Please provide a sample code or gif where you see this issue |
Hi there, I am still having issues using emmet on VScode. Tab doesn't expand shortcuts. From what i read so far, i have to remove all my extensions plugin. But that does not sound logical to me. VSCode is robust. I want to use VScode but if issues like this aren't solved, i will stick with my old editor.
|
We can only solve issues that we can understand. So please help us in that by answering the below questions.
|
I'm having the same issue, emmet is not expanding with tab in php files.
Version 1.14.1 (1.14.1) I have tried the |
@cjwd Do you have |
Yes I do. |
@cjwd Please read https://code.visualstudio.com/updates/v1_13#_emmet-abbreviation-expansion-in-suggestion-list and https://code.visualstudio.com/updates/v1_14#_emmet-abbreviation-improvements
|
Thank you @ramya-rao-a I went with the second option setting emmet.showExpandedAbbreviation to "always" |
I could use Emmet on CSS files setting |
Hey All, In VS Code 1.15, there will be changes to how use Emmet in VS Code. Mainly
Read more on Emmet 2.0 |
no se si aun sirva de algo, peo emmet se a actualizado si mal no estoy date una vuelta por https://docs.emmet.io/cheat-sheet/ yo tambien pense que no estaba funcionando, cuando intentaba escribir html5 y esperar el cuerpo base pero fue cambiado a "!" signo de admiracion |
@eduard-ungureanu #32423 tracks the issue of emmet abbreviations with class operator ( Here are a few workarounds until we can solve the original issue
Note this occurs only when the only operator in the emmet abbreviation is the class operator. |
I had the same problem and then I noticed the following in my default settings: // When enabled, emmet abbreviations are expanded when pressing TAB.
"emmet.triggerExpansionOnTab": false, Setting, that to true solved it for me. Sidenote: Also important to know, I had to add a couple of things to enable emmet in Vue or Nunjucks projects: "emmet.syntaxProfiles": {
"nunjucks": "html",
"vue-html": "html",
"vue": "html"
}, (I'm currently on 1.17.1) |
I just updated visual studio code and as a result I see that emmet is not working now. in previous releases, emmet did work fine but since last 2 updates, emmet seems to be disabled or excluded altogehter from visual studio code. I searched for emmet extension on VS CODE repository but found nothing. my current version in 0.10.3. emmet also did not work in last release but before that all was good. I want emmet badly back!
The text was updated successfully, but these errors were encountered: