Closed
Description
Result from CocInfo
Run :CocInfo
command and paste the content below.
## versions
vim version: NVIM v0.3.1
node version: v11.4.0
coc.nvim version: 0.0.39
term: tmux-256color
platform: linux
## Error messages
## Output channel: prettier
Describe the bug
A clear and concise description of what the bug is.
Two issues identified when prototypes have parameters without names:
- completion suggestions for prototypes won't get refreshed on remotion of parameter names, only when names are changed
signatureHelp
gets refreshed though
- "JumpPlaceholder" signatureHelp only works when parameters have name
- using
autocmd User CocJumpPlaceholder call CocActionAsync('showSignatureHelp')
- using
To Reproduce
Steps to reproduce the behavior:
- ccls configuration
- See video
Screenshots
If applicable, add screenshots to help explain your problem.