-
Notifications
You must be signed in to change notification settings - Fork 6
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
Remove VSCode dependency #2
Comments
Oh, I was surprised to receive a message from @johnsoncodehk. Thanks for checking out my experimental repository. 🙇 If it works correctly without the Also, if you could publish On a different note, I would like to talk about HTML tag completion in Currently, I think it may not work without the built-in Other editors, such as Vim and Emacs, do not have VLS (Vue Language Server) works comfortably with "HTML tag completion" in It would be helpful if you could add HTML tag completion to |
html-language-features is not not necessary, but HTML tag completion is not a part of LSP, so we need to implement it in language client. See: |
Thanks for the explanation. I'll be referring to them! |
I minimum ported (I may have been mistaken about something) Anyway, thanks for the advice! 🙇 |
Sorry I thought you talking about the tag auto-closing feature. 🤣 Currently the language server relies on too many client requests, I will reduce it, and check for share the code of Planned to be updated over the weekend. |
@yaegassy does coc-html work for this? cic-html is a almost clone of html-language-features. |
@fannheyward Thank you for the information. 🙇 I confirmed that volar can provide HTML tag completion by itself, but if I run coc-html, the HTML tag completion will be duplicated. I interpreted html-language-features as being used for the tag-close feature, so I lowered the priority of the tag-close feature and removed the coc-html dependency once and for all. |
volar enable But still require I think this extension is not require |
Please use https://www.npmjs.com/package/@volar/server. All client requests is optional now, but please keep provide |
Thanks to create this coc extension!
This extension seem dependency VSCode, maybe helpful if I remove appRoot option and publish
@volar/vscode-server
?The text was updated successfully, but these errors were encountered: