You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
clangd has an extension where it adds it's own score to the LSP CompletionItem (based on things like number of usages, see https://clangd.llvm.org/extensions) - In nvim cmp the comparator had access to this field, so we could support the clangd extension like this: hrsh7th/nvim-cmp#277 (comment) (via entry.completion_item)
With blink, I don't see any way to access the CompletionItem - Any chance this could be added?
The text was updated successfully, but these errors were encountered:
Uh oh!
There was an error while loading. Please reload this page.
Feature Description
clangd has an extension where it adds it's own score to the LSP
CompletionItem
(based on things like number of usages, see https://clangd.llvm.org/extensions) - In nvim cmp the comparator had access to this field, so we could support the clangd extension like this: hrsh7th/nvim-cmp#277 (comment) (viaentry.completion_item
)With blink, I don't see any way to access the
CompletionItem
- Any chance this could be added?The text was updated successfully, but these errors were encountered: