We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d92518e commit 88862c9Copy full SHA for 88862c9
lsp-completion.el
@@ -547,16 +547,6 @@ Returns resolved completion item details."
547
(string-lessp label-left label-right)
548
(string-lessp sort-text-left sort-text-right)))))
549
550
-(defun lsp-completion--make-items (items markers prefix)
551
- "Make completion candidates for CAPF.
552
-
553
-ITEMS are raw LSP CompletionItems, MARKERS are buffer boundary positions
554
-of the PREFIX string."
555
- (-map
556
- (lambda (item)
557
- (lsp-completion--make-item item :markers markers :prefix prefix))
558
- (lsp-completion--filter-candidates items)))
559
560
;;;###autoload
561
(defun lsp-completion-at-point ()
562
"Get lsp completions."
0 commit comments