struct Fancyline::Completion
- Fancyline::Completion
- Struct
- Value
- Object
Overview
Contains a completion, which consists of a replacement range and the replacement word.
Defined in:
fancyline/completion.crConstructors
Instance Method Summary
-
#display_word : String
Word to display in the completion suggestion list.
-
#range : Range(Int32, Int32)
Replacement range in the line buffer
-
#word : String
Word to replace into the range