-
Notifications
You must be signed in to change notification settings - Fork 30.4k
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 doesn't work with vue files #30468
Comments
Could you try with these settings, please, and feedback. I didn't try specifically for vue but set
|
From https://code.visualstudio.com/updates/v1_14#_emmet-abbreviation-improvements What @freMea said is right. |
Also note that |
Still does not work. Even with @freMea setting. But its probably vetur-extension fault. I've created new untitled file with code like this:
|
@ppasieka When you say "it worked" do you mean the command |
@ramya-rao-a by 'it worked' I meant that I had full experience with intellisence - with this nice preview how abbreviation will expand. Also TAB key worked vue -> it does not worked : here intellisence does't show and TAB does not work. But EDIT: |
@ppasieka It seems that this extra step is necessary (at least tested in markdown files here) for some file type even with these settings:
|
@freMea
I just have to wait... and for now |
@ppasieka If there is an open issue somewhere in vue repo or else to follow, feel free to share. |
In VS Code 1.15, add the setting
and you will see emmet suggestions for html as you type. But you wont get css emmet suggestions in the That is tracked in vuejs/vetur#232 |
Steps to Reproduce:
nothing happens.
But if I use Ctrl+Shift+P and select Emmet: Expand Abbreviation then it works
Also in HTML file I have this nice intellisense with preview how tags will be expanded. In vue file nothing like that appears
Reproduces without extensions: Can reproduce with only vetur extension enabled
The text was updated successfully, but these errors were encountered: