nvimdev / lspsaga.nvim

improve neovim lsp experience
MIT License
3.44k stars 286 forks source link

[LSP finder] Auto drop popup's cursor in the current reference. #1450

Open BilderLoong opened 4 months ago

BilderLoong commented 4 months ago

Is your feature request related to a problem? Please describe. Currently, the default cursor position of the finder popup is the first reference.

image

Describe the solution you'd like Change the default cursor location to match the current reference. This is also the default behavior of VSCode and glance.nvim.

image