summaryrefslogtreecommitdiffstatshomepage
path: root/runtime/lua/vim/lsp/codelens.lua
AgeCommit message (Expand)AuthorFiles
2026-04-22perf(lsp): clear table by table.clear() #39222Yi Ming1
2026-04-18fix(lsp): stale codelens after external file change (#39203)Jaehwang Jung1
2026-04-18fix(lsp): skip codelens refresh redraw for deleted buffer #39193Jaehwang Jung1
2026-04-11fix(lsp): codelens text flickers #38782Jaehwang Jung1
2026-04-06feat(vim.pos)!: require `buf` param on vim.pos, vim.range #38665Luis Calle1
2026-04-05fix(lsp): do not respond to codelens refresh if a request is already schedule...Yi Ming1
2026-03-31fix(lsp): use `winresetview()` to avoid switching to normal mode (#38641)Yi Ming1
2026-03-29feat: extend vim.Pos, vim.Range #36397Luis Calle1
2026-03-18fix(lsp): redraw codelens after request completed #38352Yi Ming1
2026-03-10fix(lsp): do not clear the codelens on the last line #38226Yi Ming1
2026-03-09Merge #37985 fix(lsp): adjust codelens position by range, ensure first-line v...Justin M. Keyes1
2026-03-09fix(lsp): stop and close timer when `Capability` is destroyedYi Ming1
2026-03-08fix(lsp): ensure the codelens on the first line is visibleYi Ming1
2026-03-08fix(lsp): adjust codelens position based on the server-provided rangeYi Ming1
2026-03-04fix(lsp): ignore stale codelens resolve responses (#38153)Lewis Russell1
2026-02-08feat(lsp): display codelens as virtual lines, not virtual text #36469Mike J McGuirk1
2026-02-06refactor(lsp): always fetch lenses again in codelens.run (#37720)Mathias Fußenegger1
2026-02-03feat(lsp): support `workspace/codeLens/refresh`Yi Ming1
2026-02-03feat(lsp)!: reimplement `textDocument/codeLens` as decoration providerYi Ming1
2025-10-04fix(lsp): deprecate `vim.lsp.protocol.Methods` (#35998)Maria Solano1
2025-08-11fix(lsp): check for lens range in `vim.lsp.codelens.run()` (#35294)Maria José Solano1
2025-08-03fix(lsp): check if buffer is valid when resolving code lenses (#35092)Maria José Solano1
2025-07-26fix(lsp): codelens extmark line out of range (#35070)Jaehwang Jung1
2025-07-12fix(lsp): prevent flicker in codelens virtual text #34888Jaehwang Jung1
2025-06-06fix: type fixesLewis Russell1
2025-01-14refactor: use nvim.foo.bar format for autocommand groupsMaria José Solano1
2025-01-14refactor: use nvim.foo.bar format for namespacesMaria José Solano1
2024-12-07refactor: add vim._resolve_bufnrLewis Russell1
2024-11-20feat(lsp): deprecate non-method client functionsLewis Russell1
2024-11-01feat(lsp)!: remove client-server handlers from vim.lsp.handlersLewis Russell1
2024-10-24feat(lsp): deprecate execute_command with client:exec_cmdLewis Russell1
2024-07-16fix(lsp): don't show codelens for buffers that don't support it (#29690)Riley Bruins1
2024-05-21fix(lsp): hide layout in codelenses in virtual text (#28794) (#28807)Mango The Fourth1
2024-04-10fix(lsp): prevent code-lens refresh from becoming a permanent no-op (#28228)Yi Ming1
2024-04-10fix(lsp): empty commands should not be considered executable (#28216)Yi Ming1
2024-03-17fix(lsp): create codelens request parameters for each buffer (#27699)Takuya Tokuda1
2024-03-01docs: improve/add documentation of Lua typesLewis Russell1
2024-02-27feat(docs): replace lua2dox.luaLewis Russell1
2024-02-13refactor(lsp): resolve the config-client entanglementLewis Russell1
2024-02-08feat(lsp): add opts paramater to vim.lsp.codelens.refreshMaria José Solano1
2024-02-08refactor(lsp): tidy up loggingLewis Russell1
2024-02-07refactor(lsp): move client code to a regular Lua classLewis Russell1
2023-12-14feat(lsp): more annotationsLewis Russell1
2023-09-21fix(lsp): clear codelens on LspDetach (#24903)Jaehwang Jung1
2023-09-14docs: replace <pre> with ``` (#25136)Gregory Anders1
2023-08-03refactor(lsp): use protocol.Methods instead of strings #24537Raphael1
2023-07-18docs(lua): more improvements (#24387)Lewis Russell1
2023-07-01fix(lsp): lint warnings, default offset_encoding #24046Raphael1
2023-06-20refactor(lsp): extract common execute command functionality (#24065)Mathias Fußenegger1
2023-06-13fix(codelens): add buffer and line checks before displaying codelens (#23887)Rohit Sukumaran1