aboutsummaryrefslogtreecommitdiff
path: root/runtime/lua/vim/lsp/protocol.lua
Commit message (Expand)AuthorAge
* 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
* feat(lsp): initial support for semantic token highlightingJohn Drouhard2022-12-08
* feat(lsp): support willSave & willSaveWaitUntil capability (#21315)Mathias Fußenegger2022-12-08
* feat(lsp): run handler in coroutine to support async response (#21026)Mathias Fußenegger2022-11-19
* fix(lsp): reporting bogus capabilities in CodeActionKind #20678David Hotham2022-10-16
* feat(lsp): support window/showDocument (#19977)lvimuser2022-10-08
* fix(lsp): set workspace.configuration capability (#19548)Mathias Fußenegger2022-07-27
* refactor(lua): reformat with stylua 0.14.0 (#19264)Christian Clason2022-07-07
* chore: format runtime with styluaChristian Clason2022-05-09
* chore(lsp): remove capabilities sanitization (#17814)Michael Lingelbach2022-04-30
* feat(lsp): options to filter and auto-apply code actions (#18221)Fredrik Ekre2022-04-30
* docs(lsp): fix resolve_capabilities docstring (#16577)Gregory Anders2021-12-08
* feat(lsp): add codeAction/resolve support (#15818)Mathias Fußenegger2021-09-28
* fix(lsp): enable additional capabilities (#15470)Michael Lingelbach2021-08-23
* docs: make Lua docstrings consistent #15255Gregory Anders2021-08-22
* feat(lsp): highlight active parameter in signature help (#15018)Folke Lemaitre2021-07-07
* lsp: Add support for delete workspaceEdit resource operationMathias Fussenegger2021-03-18
* lsp: Add support for create workspaceEdit resource operationMathias Fussenegger2021-03-18
* lsp: Add support for file rename via workspaceEditMathias Fussenegger2021-03-18
* lsp: Resolve codeLense server capabilities (#14056)Josa Gesell2021-03-10
* LSP: Resolve text_document_save capability according to specMathias Fussenegger2021-02-25
* LSP: Add diagnostic tags to client capabilities (#13578)Timmy Xiao2021-01-05
* lsp: Disable capabilities not currently supported by language client handlers...Michael Lingelbach2020-12-30
* lsp: add $/progress report (#13294)Matthieu Coudron2020-12-20