We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e426616 commit 7ae4ecfCopy full SHA for 7ae4ecf
gopls/doc/codelenses.md
@@ -18,6 +18,7 @@ Client support:
18
- **VS Code**: Code Lenses appear as small text links above a line of source code.
19
- **Emacs + eglot**: Not supported, but prototype exists at https://github.com/joaotavora/eglot/pull/71.
20
- **Vim + coc.nvim**: ??
21
+- **Neovim**: Run `vim.lsp.codelens.refresh({ bufnr = 0 })` to refresh code lenses for current buffer. See `:h vim.lsp.codelens` for details.
22
- **CLI**: `gopls codelens`. For example, `gopls codelens -exec file.go:123 "run test"` runs the test at the specified line.
23
24
0 commit comments