euporie.core.completion.DeduplicateCompleter

class euporie.core.completion.DeduplicateCompleter(completer: Completer)

Asynchronous wrapper around a completer that removes duplicates.

Only the first unique completions are kept. Completions are considered to be a duplicate if they result in the same document text when they would be applied.