VidocqH / lsp-lens.nvim

Neovim plugin for displaying references and difinition infos upon functions like JB's IDEA.
MIT License
252 stars 15 forks source link

Show lense info for items within an interface and Show lense information for Classes and Structs #13

Closed jonathan-elize closed 1 year ago

jonathan-elize commented 1 year ago

In Java an interface can have methods within them. It would be helpful in my opinion to have these shown. I believe intellij does this as well:

Screen Shot 2023-03-15 at 5 58 50 PM

It's also nice to see the code lense info for classes and I added the same for structs as well, although I don't have an example of a language that uses them:

Screen Shot 2023-03-15 at 5 55 13 PM