Make completion window display all definitions of a function #2087
-
Beta Was this translation helpful? Give feedback.
Answered by
Dreadward07wastook
Aug 13, 2025
Replies: 2 comments 1 reply
-
This has to do with your LSP (likely clangd?) rather than blink.cmp. You may want to look at their documentation/issues for a solution. |
Beta Was this translation helpful? Give feedback.
1 reply
-
Alright, I was able to do some digging into clangd's various flags, and the one I was looking for was: "--completion-style=detailed". Hope this helps! |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
Saghen
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Alright, I was able to do some digging into clangd's various flags, and the one I was looking for was: "--completion-style=detailed". Hope this helps!