AVAILABLE_SUGGESTION_SETS constant

CompletionService const AVAILABLE_SUGGESTION_SETS

The client will receive availableSuggestions notifications once subscribed with completion suggestion sets from the libraries of interest. The client should keep an up-to-date record of these in memory so that it will be able to union these candidates with other completion suggestions when applicable at completion time.

The client will also receive existingImports notifications.

Implementation

static const CompletionService AVAILABLE_SUGGESTION_SETS =
    CompletionService._('AVAILABLE_SUGGESTION_SETS');