LSP Server
Built-in Server
Section titled “Built-in Server”vctx includes a full Language Server Protocol implementation in the CLI. This allows any editor that supports LSP (VS Code, Neovim, Emacs) to provide rich language features.
Commands
Section titled “Commands”# Start the built-in language server for IDE integrationvctx lsp
# Test a specific LSP commandvctx lsp --test-command vctx.sayHelloDebugging
Section titled “Debugging”If you are developing editor integration:
# Run an external language server (for debugging)vctx lsp -- path/to/custom/server --stdioNeed an offline copy? Download Full Manual (.md)