Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 488 Bytes

File metadata and controls

22 lines (14 loc) · 488 Bytes

WebDSL VS Code Plugin

This extension adds support for the WebDSL programming language to VS Code.

Features

  • syntax highlighting
  • warning and error highlighting
  • autocompletion
  • go to definition
  • go to references
  • inlay hints for parameter names

Requirements

Requires Java 21 or newer. If you want a different version of Java running system-wide, configure JAVA_HOME to be used when spawning the LSP server in the extension settings.

Release Notes

0.0.1

WIP