After accepting and with auto_brackets turned on there is no signature info with gopls #1766
-
blink.cmp: latest main When I have I can get it to work with
Does anyone else see this? |
Beta Was this translation helpful? Give feedback.
Replies: 8 comments 1 reply
-
When
I imagine the blink sees the brackets and skips performing auto brackets, which is as expected. |
Beta Was this translation helpful? Give feedback.
-
It seems that |
Beta Was this translation helpful? Give feedback.
-
Perhaps not surprisingly it has to do with the parentheses matching that |
Beta Was this translation helpful? Give feedback.
-
Is there a way to disable/enable |
Beta Was this translation helpful? Give feedback.
-
If I block |
Beta Was this translation helpful? Give feedback.
-
So iff:
you need to:
|
Beta Was this translation helpful? Give feedback.
-
There are two unanswered, but somewhat tangential, questions asked above:
|
Beta Was this translation helpful? Give feedback.
-
I think the actual problem may be with |
Beta Was this translation helpful? Give feedback.
So iff:
gopls
withblink.cmp
vim-matchup
and have paren matching turned onyou need to:
go
filetype for kind resolution by addinggo
tocompletion.accept.auto_brackets.kind_resolution.blocked_filetypes
(this should force semantic resolution for auto brackets)semanticTokens
completeFunctionCalls