Kakoune::CompletionBuilder
Inherits Kakoune::Arguments / Reference / Object
Constructors
new(name : String, line : Int32, column : Int32, length : Int32, timestamp : Int32)
Creates a new builder.
new(name, line, column, length, timestamp, &)
Creates a new builder, with its configuration specified in the block.
Class methods
Instance methods
column
Sourcecolumn=(column : Int32)
Sourcelength
Sourcelength=(length : Int32)
Sourceline
Sourceline=(line : Int32)
Sourcetimestamp
Sourcetimestamp=(timestamp : Int32)
Source