aboutsummaryrefslogtreecommitdiff
path: root/runtime/lua/vim/lsp/protocol.lua
Commit message (Expand)AuthorAge
* fix: resolve all remaining LuaLS diagnosticsLewis Russell2025-01-27
* feat(lsp): support `textDocument/foldingRange` (#31311)Yi Ming2024-11-29
* fix(lsp): retrigger diagnostics request on server cancellation (#31345)Gregory Anders2024-11-25
* feat(lsp): support utf-8 and utf-32 position encodingsLewis Russell2024-11-14
* feat(lsp)!: remove client-server handlers from vim.lsp.handlersLewis Russell2024-11-01
* fix(lsp.protocal): improve typing of constantsLewis Russell2024-10-24
* fix(lsp): enable `additionalPropertiesSupport`Yi Ming2024-10-04
* docs(lsp): annotate with `vim.lsp.protocol.Methods` enum #29521Ricardo Casía2024-08-20
* feat(lsp): announce codeLens resolveSupport (#29956)Mathias Fußenegger2024-08-03
* feat(lsp): lsp.completion support set deprecated (#29882)glepnir2024-07-31
* feat(lsp): vim.lsp.buf.format() supports textDocument/rangesFormatting #27323Tom Praschan2024-06-24
* refactor(lua): improve type annotationsLewis Russell2024-06-11
* feat(lsp): completion side effectsMaria José Solano2024-05-27
* fix(lsp): disable didChangeWatchedFiles on LinuxLewis Russell2024-05-10
* feat(lua): deprecate vim.tbl_add_reverse_lookupMaria José Solano2024-03-07
* fix(lsp): use plain loop for non-list-like table of protocol valuesChristian Clason2024-02-29
* fix(lsp): handle reverse lookup in capabilitiesMaria José Solano2024-02-28
* refactor(lsp): remove outdated commentMaria José Solano2024-02-28
* feat(lsp): support completion itemDefaultsMaria José Solano2024-02-27
* refactor(lsp): typings for protocol constantsMaria José Solano2024-02-19
* feat(lua): add noref to deepcopyLewis Russell2024-01-03
* docs(gen_lsp.lua): re-generate vim.lsp._meta.protocol type annotationsJongwook Choi2023-12-27
* feat(lsp): more annotationsLewis Russell2023-12-14
* fix(lsp): advertise workspace.didChangeConfiguration capability (#26028)Chris Simon2023-11-13
* feat(lsp)!: vim.lsp.inlay_hint.get(), enable(), is_enabled() #25512LW2023-11-12
* refactor(lsp): move completion logic into _completion moduleMathias Fussenegger2023-10-21
* feat(lsp): add snippet API (#25301)Maria José Solano2023-10-21
* fix(gen_lsp.lua): no notifications in lsp.Methods #24530Raphael2023-08-03
* feat(gen_lsp.lua): sort by name, handle failure #24504Justin M. Keyes2023-08-01
* feat(gen_lsp.lua): protocol.Methods #24504mathew2023-08-01
* fix(lsp): announce publishDiagnostics.dataSupport (#24442)Bruce Weirdan2023-07-24
* feat(lsp): implement textDocument/diagnostic (#24128)Chris AtLee2023-07-20
* fix(lsp): remove unknown LSP protocol property (#24345)Techatrix2023-07-14
* fix(lsp): lint warnings, default offset_encoding #24046Raphael2023-07-01
* feat(lsp): opt-in to dynamicRegistration for inlay hints (#24102)Mathias Fußenegger2023-06-22
* feat(lsp): add handlers for inlay hints (#23736)Chinmay Dalal2023-06-11
* fix(lsp): reduce diagnostics and add more types (#23948)Lewis Russell2023-06-07
* fix(lsp): use only utf-16 in default client positionEncodings (#23903)Gregory Anders2023-06-05
* feat(lsp): include positionEncodings in default client capabilitiesGregory Anders2023-06-01
* feat(lsp): initial support for dynamic capabilities (#23681)Folke Lemaitre2023-05-28
* feat(lsp): enable workspace/didChangeWatchedFiles by default (#23190)Jon Huhn2023-04-22
* refactor: remove modelines from Lua filesGregory Anders2023-04-13
* feat(diagnostic): add support for tagsLewis Russell2023-03-30
* refactor(lsp): remove _resolve_capabilities_compat (#22628)Raphael2023-03-11
* feat(lsp): implement workspace/didChangeWatchedFiles (#22405)Jon Huhn2023-03-05
* fix(lsp): fix some type annotations (#22397)Mathias Fußenegger2023-02-25
* Revert "feat(lsp): implement workspace/didChangeWatchedFiles (#21293)"Mathias Fussenegger2023-02-25
* feat(lsp): implement workspace/didChangeWatchedFiles (#21293)Jon Huhn2023-02-25
* feat(lsp): add triggerKind option for vim.lsp.buf.code_action (#21905)kishii2023-01-21
* fix(lsp): correct callHierarchy capability to fix lsp.buf.incoming_calls() (#...2023-01-06