diff --git a/CLAUDE.md b/CLAUDE.md index 21961dc..02e5350 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -153,3 +153,23 @@ branch: main ```bash ZIG=/mnt/cello2/arno/re/recode/zig/zig-0.15.2/zig-x86_64-linux-0.15.2/zig ``` + +--- + +## CLAUDE CODE + ZLS (LSP) + +Claude Code tiene integración LSP con zls (Zig Language Server). + +**Plugin:** `$HOME/.claude/plugins/zls-lsp/` + +**Operaciones disponibles:** + +| Operación | Uso | +|-----------|-----| +| `goToDefinition` | Navegar a definición de símbolo | +| `findReferences` | Encontrar todas las referencias | +| `hover` | Info de tipo y documentación | +| `documentSymbol` | Símbolos del archivo actual | +| `incomingCalls` | Qué funciones llaman a ésta | + +**Documentación:** `teamdocs/INFRASTRUCTURE/ZLS_LSP_CLAUDE_CODE.md`