summaryrefslogtreecommitdiff
path: root/internal/lsp/handlers_test.go
AgeCommit message (Expand)Author
2025-09-06use gofumptPaul Buetow
2025-09-06feat(lsp): configurable inline/chat triggers; switch inline markers to >text>...Paul Buetow
2025-08-29lsp: refactor dispatch to handler map; split handlers into feature files (com...Paul Buetow
2025-08-22stuffPaul Buetow
2025-08-18lsp: add comprehensive unit tests for findFirstInstructionInLine and strict s...Paul Buetow
2025-08-18refactor(lsp,llm,hexailsp,appconfig): split long funcs; add testsPaul 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-16fix(lsp): avoid duplicate assignment prefix in completionsPaul Buetow
2025-08-16feat(lsp): code action to rewrite selection with instruction detectionPaul Buetow
2025-08-16refactor(config): drop env-based config (except OPENAI_API_KEY)Paul Buetow
2025-08-16lsp/completion: strip inline ;...; prompt markers via AdditionalTextEdits; up...Paul Buetow
2025-08-16revert: remove newline-after-colon insertion behavior and its testsPaul Buetow
2025-08-16lsp: split monolithic server.go into modules; add configurable max tokens and...Paul Buetow