yegappan / lsp

Language Server Protocol (LSP) plugin for Vim9
MIT License
484 stars 56 forks source link

Some servers return duplicate completion items #399

Closed DanielViberg closed 12 months ago

DanielViberg commented 1 year ago

Servers like volar-server returns duplicate completion items. I experimented with filtering the completionItems list: https://github.com/yegappan/lsp/pull/398

This however removed functionality from other servers. What are good properties to compare if two items from an lsp server are equal?