Documentation
¶
Overview ¶
Command craftgo-lsp implements a Language Server Protocol server for the CraftGo DSL. It reads JSON-RPC over stdin and writes responses to stdout, the standard transport for editor integrations.
Usage:
craftgo-lsp # serve LSP over stdin/stdout craftgo-lsp -version # print the binary version and exit
The server reuses the same parser and semantic analyser as the `craftgo` CLI, so live diagnostics in the editor exactly match what `craftgo gen` would report on the same source.
Click to show internal directories.
Click to hide internal directories.