nvimdev / lspsaga.nvim

improve neovim lsp experience
MIT License
3.47k stars 288 forks source link

An option to show line numbers using 'Finder' #1303

Open idelice opened 1 year ago

idelice commented 1 year ago

As mentioned in the title, I would like an option that enables 'Finder' to show the line numbers when searching for implementation/references/definitions and so on.

An use case is, if the code is references multiple times in the same file, it makes it hard to see where exactly the code is.

glepnir commented 1 year ago

in my mind ..I also need this. when i am working on neovim use finder ..I found show line number and context would be very useful. but recently a little busy. I will consider how to make it better these days.