-
Notifications
You must be signed in to change notification settings - Fork 28
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
Provide HTML support for Qute HTML templates #483
Comments
I have created the issue microsoft/vscode#131531 But it will be not perfect because we will have html completion in qute expression. Is it really annoying? An another solution is to create a custom langage server which managés html by using vscode html kanguage service. I fera that it us à big work. If the first solution can be acceptable I will try to create a pr in vscode |
I created a PR in vscode microsoft/vscode#146731 Let's wait feedback. |
Fixes redhat-developer#483 Signed-off-by: azerr <azerr@redhat.com>
My PR from vscode microsoft/vscode#146731 has been merged! For the moment VSCode Insiders doesn't contains this feature. I'm wiating for that to test my draft PR #527 |
Fixes redhat-developer#483 Signed-off-by: azerr <azerr@redhat.com>
Fixes #483 Signed-off-by: azerr <azerr@redhat.com>
Currently, Qute html templates only get Qute support. HTML validation and completion are missing. Would be nice if we could hook up the HTML LS to qute-html templates.
The text was updated successfully, but these errors were encountered: