onCompletionAvailableSuggestions method

void onCompletionAvailableSuggestions(
  1. CompletionAvailableSuggestionsParams params
)

Reports the pre-computed, candidate completions from symbols defined in a corresponding library. This notification may be sent multiple times. When a notification is processed, clients should replace any previous information about the libraries in the list of changedLibraries, discard any information about the libraries in the list of removedLibraries, and preserve any previously received information about any libraries that are not included in either list.

Implementation

void onCompletionAvailableSuggestions(
    CompletionAvailableSuggestionsParams params) {}