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
83 stars 0 forks source link

Inform on unknown custom elements #25

Open Matsuuu opened 11 months ago

Matsuuu commented 11 months ago

Tell the user via code action that they have a custom element that wasn't part of any CEM

Matsuuu commented 10 months ago

Thinking about this... I wonder if we're going to run into problems with this if the user has e.g. Vue components in the project that clearly aren't in the CEM...

Putting on hold for now