summaryrefslogtreecommitdiffstatshomepage
path: root/test/functional/plugin/lsp/completion_spec.lua
AgeCommit message (Expand)AuthorFiles
2026-04-18fix(lsp): show CompletionItem.detail in info popup #38904glepnir1
2026-04-14docs: lsp, options, api #38980Justin M. Keyes1
2026-04-13feat(completion): completeopt=preselect, LSP CompletionItem.preselect #36613glepnir1
2026-03-29fix(lsp): highlight snippet preview when server can't completionItem/resolve ...Marcus Caisey1
2026-03-23fix(lsp): completion word includes leading space from label #38435glepnir1
2026-03-23fix(lsp): snippet preview blocked completionItem/resolve request #38428glepnir1
2026-03-21feat(lsp): support CompletionItem.labelDetails #38403glepnir1
2026-03-17fix(lsp): respect documentation markup kind in completion preview #38338glepnir1
2026-03-14fix(lsp): handle non-string documentation in completion items #38291glepnir1
2026-03-13fix(completion): wrong CompleteDone reason for auto-inserted sole match #38280glepnir1
2026-03-11fix(lsp): ensure augroup before querying autocmds #38254glepnir1
2026-03-11docs: api, messages, lsp, trustJustin M. Keyes1
2026-03-11feat(lsp): do completionItem/resolve if completeopt=popup #32820glepnir1
2026-03-10feat(lsp): show snippet preview if completeopt=popup #32553glepnir1
2026-02-28feat(lsp): show color preview in completion items #32138glepnir1
2026-02-24refactor(test): lsp completion spec cleanup #38041glepnir1
2026-02-24refactor(test): avoid deprecated functions #37017glepnir1
2026-02-22fix(lsp): vim.lsp.completion clean up triggers on client detach (#38009)glepnir1
2026-02-18test(lsp): add entire-line completion word case (#37927)Bartłomiej Maryńczak1
2026-02-09fix(lsp): error on omnifunc completion (#37790)phanium1
2026-02-08fix(lsp): ignore empty response on trigger completion #37663Tomasz N1
2026-02-03fix(lsp): don't empty server start-boundary by next client response #37665Tomasz N1
2026-01-30fix(lsp): use LSP textEdit range for completion start boundary (#37491)Harsh Kapse1
2025-12-16fix(lsp): sort items when completeopt include fuzzy #36974glepnir1
2025-11-18fix(lsp): enable insertReplaceSupport for use in adjust_start_col #36569Jeff Martin1
2025-11-18feat(lsp): user-specified sorting of lsp.completion multi-server results #36401glepnir1
2025-10-20fix(lsp): deduplicate completion items #36166Till Bungert1
2025-09-24test: don't call clear() in both before_each() and after_each() (#35901)zeertzjq1
2025-09-17fix(lsp): treat 2-triggers-at-once as "last char wins" #35435Tomasz N1
2025-08-03fix(snippet): early return for final tabstop #35115TheBlob421
2025-05-22fix(lsp): fix error with InsertReplaceEdit events #33973Evan Hahn1
2025-03-16refactor(lsp)!: rename lsp.completion.trigger() to get() (#32911)Mathias Fußenegger1
2025-03-14feat(snippet): set snippet keymaps permanent instead of dynamic (#31887)Mathias Fußenegger1
2025-03-10feat(lsp): support completion context #32793Maria José Solano1
2025-02-22fix(lsp): unify get_completion_word for textEdits/insertTextMathias Fussenegger1
2025-02-14feat(lsp): add support for completionItem.command resolvingMathias Fussenegger1
2025-02-13fix(lsp): clear word when expand multi-lines word (#32393)glepnir1
2025-02-13fix(lsp): autotrigger should only trigger on client's triggerCharacters (#32266)Robert Muir1
2025-01-19fix(lsp): don't use completion filterText if prefix is emptyMathias Fussenegger1
2025-01-17fix(lsp): use filterText as word if textEdit/label doesn't matchMathias Fussenegger1
2024-12-13fix(lsp): reuse client if configs match and no root dirLewis Russell1
2024-11-13fix(lsp): filter completion candidates based on completeopt (#30945)Kristijan Husak1
2024-10-10fix(lsp): fix cursor position after snippet expansion (#30659)Tomasz N1
2024-10-10vim-patch:9.1.0771: completion attribute hl_group is confusingzeertzjq1
2024-09-21test: support upvalues in exec_luaLewis Russell1
2024-09-01docs: misc #28970Justin M. Keyes1
2024-08-30fix(lsp): when prefix is non word add all result into matches (#30044)glepnir1
2024-08-22feat(lsp): completion opts support custom item conversion (#30060)glepnir1
2024-07-31feat(lsp): lsp.completion support set deprecated (#29882)glepnir1
2024-07-02fix(lsp): fallback to `label` for completion items if all others are missing ...Sebastian Lyng Johansen1