Skip to content
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

vls lang server not working correctly, html autocomplete inside vue files not working #4820

Closed
cpt-n3mo opened this issue Nov 19, 2022 · 1 comment

Comments

@cpt-n3mo
Copy link

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-mikedavis
Copy link
Member

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants