Expand description
Completion API
Structs§
- Filename
Completer - A
Completer
for file and folder names. - Pair
- Completion candidate pair
Enums§
- Quote
- Kind of quote.
Traits§
Functions§
- escape
- Escape any
break_chars
ininput
string withesc_char
. For example, ‘/User Information’ becomes ‘/User\ Information’ when space is a breaking char and ‘\’ the escape char. - extract_
word - Given a
line
and a cursorpos
ition, try to find backward the start of a word. - longest_
common_ prefix - Returns the longest common prefix among all
Candidate::replacement()
s. - unescape
- Remove escape char