summaryrefslogtreecommitdiff
path: root/internal/lsp/types.go
AgeCommit message (Expand)Author
2025-08-20betterPaul Buetow
2025-08-19lsp/codeactions: make actions lazy and resolve on selection\n\n- Advertise Co...Paul Buetow
2025-08-19chore: commit pending changes in status, LSP, and Ollama modulesPaul Buetow
2025-08-17cli+lsp: refactor main packages into internal runners; add testsPaul Buetow
2025-08-17lsp/config: make completion trigger characters configurablePaul Buetow
2025-08-16lsp: add 'Resolve diagnostics' code action scoped to selectionPaul Buetow
2025-08-16feat(lsp): code action to rewrite selection with instruction detectionPaul Buetow
2025-08-16lsp/completion: strip inline ;...; prompt markers via AdditionalTextEdits; up...Paul Buetow
2025-08-16lsp: split monolithic server.go into modules; add configurable max tokens and...Paul Buetow