We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
it seems that comments and auto complete are not working properly inside vue files
comments are prepended with // inside html template html tags are not auto completing at all
//
inside script tag autocomplete seems to be working..
not sure if this is a bug or if this is a setting or something else.
kind regards.
The text was updated successfully, but these errors were encountered:
comments are prepended with // inside html template
Comments are done by helix and not the language server. Block comment support will be needed to do this #1505
html tags are not auto completing at all
HTML tags are most likely driven through LSP snippets which we don't implement / enable yet #395
Sorry, something went wrong.
No branches or pull requests
it seems that comments and auto complete are not working properly inside vue files
comments are prepended with
//
inside html templatehtml tags are not auto completing at all
inside script tag autocomplete seems to be working..
not sure if this is a bug or if this is a setting or something else.
kind regards.
The text was updated successfully, but these errors were encountered: