-
Notifications
You must be signed in to change notification settings - Fork 23
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
VSCode language support doesn't work for embeded tags #12
Comments
Take a look at this issue: They seem to be working on this now. @egamma seems to have acknowledged @mrmlnc's similar use case. |
This issue is not entirely belongs to #9500. Yes, in the current insider build Emmet will work with this extension (HTML syntax in But this issue refers to the support for nested (embedded) languages. See microsoft/vscode#8938 and microsoft/vscode#8928. |
With the 1.7 release, it seems as though all of the blocking VSCode issues have been addressed. Is it now possible to fix this issue? |
@frankdugan3 |
@LiuJi-Jim The VSCode release today finally added Javascript Intellisense to HTML/embedded files, and they also added support for the rest/spread operator. |
VSCode (seems) doesn't activate full-featured language support for embedded tags.
That means JavaScript Intellisense and HTML Emmet doesn't work in
.vue
Files.I found that even if writing embedded
<script>
tags in.html
file, JavaScript Intellisense doesn't work either. What a pity...Still trying to solve this problem.
Maybe need to implement a Language Server to call language supports manually.
The text was updated successfully, but these errors were encountered: