utilities/completion/completion_core library

Classes

AbortCompletion
An exception that is thrown when the current completion request should be aborted because either the source changed since the request was made, or a new completion request was received. See CompletionRequest.checkAborted.
CompletionCollector
An object that CompletionContributors use to record completion suggestions.
CompletionContributor
An object used to produce completion suggestions.
CompletionGenerator
A generator that will generate a 'completion.getSuggestions' response.
CompletionRequest
The information about a requested list of completions.
DartCompletionRequest
The information about a requested list of completions when completing in a .dart file.