REditorSupport / REditorSupport/languageserver
Provide signature help on openening bracket
Nobody has claimed this yet.
- Dominant language
- R
- Stars
- 675
- Forks
- 118
- Avg merge
- 1d 37m
- Merged PRs (30d)
- 11
Description
I use languageserver in neovim with the cmp-nvim and cmp-nvim-lsp-signature-help plugins. The latter provides autocompletion for lsp signature help, but it appears to look for signature-help when the cursor is on the opening bracket: https://github.com/hrsh7th/cmp-nvim-lsp-signature-help/issues/9#issuecomment-1283035745
Is it possible for language server to begin providing signature help on the opening bracket of a function?
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
The issue names no file or test. Start by locating the language server's signature-help handling and trigger logic, then compare behavior when the cursor is on an opening bracket. Done means signature help is provided at that position and the behavior works with the reported Neovim integration.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- r, vim
- Domain
- tooling
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 38/100