Autocomplete class

Constructors

Autocomplete({required TypeChecker<TypeInfo> typeChecker})

Properties

hashCode int
The hash code for this object.
no setterinherited
parser ActionParser
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
typeChecker TypeChecker<TypeInfo>
final

Methods

containsOffset(Expression expr, int offset) bool
getCompletionContext(String input, int cursorOffset) CompletionContext?
Get the token boundaries at the cursor position for inline completion
methodSuggestion(MethodDesc prop) String
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
suggest(String input, {int cursorOffset = -1, String fullInput = ""}) Iterable<Suggestion>
Returns autocomplete suggestions at cursor position in expr.
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited