-
Notifications
You must be signed in to change notification settings - Fork 305
Closed
Labels
LSPRelated to a specific LSPRelated to a specific LSPfeatureNew feature or requestNew feature or request
Description
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) (via entry.completion_item)
With blink, I don't see any way to access the CompletionItem - Any chance this could be added?
Metadata
Metadata
Assignees
Labels
LSPRelated to a specific LSPRelated to a specific LSPfeatureNew feature or requestNew feature or request