lsp-lens.nvim icon indicating copy to clipboard operation
lsp-lens.nvim copied to clipboard

Neovim plugin for displaying references and difinition infos upon functions like JB's IDEA.

Results 19 lsp-lens.nvim issues
Sort by recently updated
recently updated
newest added

# Introduction VSCode's codelens functionalities are extensive, and users who want to mimic parts of them cannot because sections are restricted to certain defaults. Allowing the user to define custom...

Would be nice to have, since i'm planning to mimic the IntelliJ one as close as possible

enhancement

If it's possible to add a dividing line along with the text like:

Currently, info disappears when using folding from https://github.com/kevinhwang91/nvim-ufo. Any ideas on how we can prevent this? (thanks for the plugin, simple and very useful!)

Thank you for the great plugin, it is awesome! What do you think about allowing the users to trigger the plugin only when in the current function scope, rather than...

enhancement

Hi! Great plugin. This is a follow up to #6. Since **v0.10**, the `LspCodeLens` and `LspCodeLensSeparator` are part of the [built-ins groups](https://github.com/neovim/neovim/blob/0d3f2c4904d552635da07a6e2b4e75520b514940/src/nvim/highlight_group.c#L210C1-L218C53). It would be great if lsp-lens use them...

Somewhere also has this problem.

Thanks for maintaining great neovim plugin! If it possible, I thought it is useful to display reference and definition info to the right of a function like this image because...