Matsuuu / custom-elements-language-server

Custom Elements Language Server provides useful language features for Web Components. Features include code actions, completions, diagnostics and more.
BSD 3-Clause "New" or "Revised" License
87 stars 0 forks source link

doubt: will this project give autocompletions in a project that uses a web component library? #32

Closed sivaplaysmC closed 1 month ago

sivaplaysmC commented 1 month ago

If my project is using a webcomponent library, like shoelace, will it get autocomplete?

for example, if i want to use this with a go web application, with htmx, will i be able to get autocomplete for tags and slots?

Matsuuu commented 1 month ago

Heya,

Yes, you should get autocompletes for libraries like Shoelace.

There are currently some outstanding compatibility bugs with various systems, and I'm currently a bit busy with multiple other projects, so this project is in sort of a hold right now