Skip to main content

Module suggestion

Module suggestion 

Source
Expand description

Command completion suggestions and UTF-16 replacement ranges.

Structsยง

Suggestion ๐Ÿ”’
One replacement offered for a command input range.
Suggestions ๐Ÿ”’
A sorted set of command completions sharing one replacement range.
SuggestionsBuilder
Accumulates suggestions for one input suffix.

Enumsยง

SuggestionError ๐Ÿ”’
A suggestion range could not be mapped to valid UTF-8 boundaries.

Traitsยง

SuggestionProvider ๐Ÿ”’
A provider to add suggestions to a builder.