nvimdev / nvimdev/lspsaga.nvim
[LSP finder] Auto drop popup's cursor in the current reference.
Nobody has claimed this yet.
- Dominant language
- Lua
- Stars
- 3.8k
- Forks
- 308
- PR merge metrics
- No merged PRs in 30d
Description
Is your feature request related to a problem? Please describe.
Currently, the default cursor position of the finder popup is the first reference.
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.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start at the LSP finder popup entry point and trace how the current reference is identified versus the first reference. Compare the requested behavior with the linked VSCode and glance.nvim examples; done means the popup opens with its cursor on the current reference.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- lua
- Domain
- tooling
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100