DEV Community

Cover image for Custom Elements Language Server Alpha Released
Matsuuu
Matsuuu

Posted on

Custom Elements Language Server Alpha Released

I've been working on a language server for Custom Elements / Web Components in general. It's aim is to provide the missing language features for custom elements, including but not limited to

  • Code Completion
  • Go to Definition / References
  • Diagnostics
  • QuickInfo
  • Type Hints

You can find the project in GitHub: https://github.com/Matsuuu/custom-elements-language-server

You can also download the plugin for VSCode at https://marketplace.visualstudio.com/items?itemName=Matsuuu.custom-elements-language-server-project

Top comments (0)