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

when using nvim-lspconfig clangd, lsp-lens together go to definition jump to another file after lspconfig jump to the right one. then press to go back, cause. ``` Error detected while...

Try to enable `git_authors` and open this file: https://github.com/neovim/neovim/blob/master/src/nvim/ex_docmd.c It will load up your computer.

Currently, the plugin effectively displays references, declarations, and usages for methods and functions in Go, but it fails to provide any information for struct types. Ideally, the plugin should also...

I found a solution to the problem with the indentation in Golang that I was dealing with (#20). Could you please take a look and let me know if any...

Hi, In Go, it shows space before interfaces definitions: ![image](https://github.com/VidocqH/lsp-lens.nvim/assets/1261448/984b2bc9-c6ed-4626-9a47-b6b29f758dff) As the screenshot shows, functions and methods display correctly, but only the interface has spaces. Cheers, Mort

bug

Hi, firstly, love the plugin - great work! I'm currently also using fidget.nvim and I've noticed that this plugin sends a lot of notifications and wondering if there's any way...

Hello I've encountered a potential resource management issue in lsp-lens.nvim that seems to occur during rename operations in large files. ## Issue Description In a Django project, specifically while working...

For inline functions, it would be great to have options to configure it: ![image](https://github.com/VidocqH/lsp-lens.nvim/assets/1261448/09af88b3-a704-4c3c-9693-d5856b9d81cd) Just a suggestion, maybe an extra arguments for sections (`lsp` or `treesitter` object mabye), something like:...

Hi, I don't see any lenses when I turn this on. Maybe the reason is because the LSP doesn't offer any lenses, how do I confirm if the LSP is...

I think this might be a me issue but I'm confused why lsp-lens disables syntax highlighting when active when it finds a reference for a function or anything else. Here...