Language Server Protocol implementation for Constela DSL
npm install @constela/language-serverLanguage Server Protocol (LSP) implementation for Constela DSL.
> Note: This package is bundled into the VSCode extension and is not published to npm separately.
- Diagnostics: Real-time validation using the Constela compiler
- Completion: Auto-completion for expressions, actions, view nodes, and references
- Hover: Documentation on hover for DSL keywords
- Go to Definition: Navigate to state, action, and component definitions
This package is intended for internal use by the VSCode extension. If you want to use Constela language support in VSCode, install the extension from the Marketplace.
``bashBuild
pnpm run build
MIT