start property
Start position (within the text
attribute of the completions
request)
where the completion text is added. The position is measured in UTF-16
code units and the client capability columnsStartAt1
determines whether
it is 0- or 1-based. If the start position is omitted the text is added at
the location specified by the column
attribute of the completions
request.
Implementation
final int? start;