-
Notifications
You must be signed in to change notification settings - Fork 7
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
Unable to use self-closing tags in vue files in Helix Editor #41
Comments
Hey! The Having said that, and, answering your question, maybe you can report that in the volar repo. Check #25. Hope it helps! |
interesting - when i tried to use thanks for the response |
Maybe try triggering completion yourself, in my case is |
I tried using the "code action" (space-a) but that didn't do it. With all the emmet tools i've used in the past, especially in modal editors like vim, nvim and helix, the tool is always triggered in INSERT mode so i suspected this might be the case but it's always worth checking. |
Just found the autocomplete trigger in INSERT mode (ctrl-x) as well as ctrl-space (you sometimes never know :) |
Hey @overbyte! just as a follow up, I saw that you've opened a issue in the helix repo, but in my opinion you're more likely to get a response if you open the issue in the volar repo. This is likely a problem with their language server and the emmet integration, I'm sure that I'll have the same problem if I were to test this in my neovim setup. Aside from that, I'm going to close this for now since this isn't something related to this language server. |
thanks @olrtg - i appreciate your help on this |
currently if i the do following in a JSX file in helix, I get a self closing tag, as expected:
however if i do the same thing in a .vue file i get the following result
My Helix languages.toml includes the following
Can you tell me if I need to do anything to the Helix config to get the LSP to respond in the right way please?
The text was updated successfully, but these errors were encountered: