| CompleteAssignment |
A class specifically for completing assignment statements; to be called after the completer has discovered the cursor
near an assignment token.
|
| CompleteColumnExpression |
A class specifically for completing column expression; to be called after the completer has discovered the a column
expression with an = and the cursor is at or after =.
|
| CompleteColumnName |
A class specifically for completing column names; to be called after the completer has discovered the name of the
column to match.
|
| CompleteInvocation |
A class specifically for completing invocations; to be called with method results when the cursor is somewhere that a
method is valid.
|
| CompleteTableName |
A class specifically for completing table names; to be called after the completer has discovered the name of the
table.
|
| CompleteTableNamespace |
A class specifically for completing table namespaces; to be called after the completer has discovered the name of the
namespace.
|
| CompleteVarName |
A class specifically for completing variable names.
|
| CompletionBuilder |
Some basic tools for computing completion results.
|
| FuzzyList<T> |
A list-like object that performs fuzzy sorting on the edit distance of strings.
|