Given a sequence of offset tokens and a range, n
, to resolve, this method
will resolve the next n
contiguous lookups which occur after the provided
offset tokens. If the last token in the offset tokens is a substring of the
token at that offset in this suggestion, then no further resolution will occur.
This is mean to only resolve sequences of contiguous lookups occuring directly
after the final offset token if the final offset token completes a word suggestion.
Generated using TypeDoc
A
Suggestion
represents a single result matching the input provided to suggest. It consists of a sequence of tokens which form a suggested pattern.