Closed DanielViberg closed 12 months 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?
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?