zig-lsp
zig-lsp copied to clipboard
Microsoft's Language Server Protocol implemented in Zig for use in zls and beyond! <3
Results
1
zig-lsp issues
Sort by
recently updated
recently updated
newest added
Some request results have slices, like `textDocument/hover`'s MarkupContent. When using `lsp.Connection`, the signature is ```zig pub fn @"textDocument/hover"(conn: *Connection, id: lsp.types.RequestId, params: lsp.types.HoverParams) !lsp.types.Hover ``` If I set up an...