struct

Fancyline::Completion

Inherits Struct / Value / Object

Contains a completion, which consists of a replacement range and the replacement word.

Constructors

new(range : Range(Int32, Int32), word : String, display_word = nil)
Source

Instance methods

display_word

Word to display in the completion suggestion list. If none given, defaults to #word.

Source
range

Replacement range in the line buffer

Source
word

Word to replace into the range

Source