appendTabstop method

SnippetString appendTabstop([
  1. num? number
])

Builder-function that appends a tabstop ($1, $2 etc) to the {@linkcode SnippetString.value value} of this snippet string.

@param number The number of this tabstop, defaults to an auto-increment value starting at 1. @returns This snippet string.

Implementation

_i3.SnippetString appendTabstop([_i2.num? number]) => _i5.callMethod(
      this,
      'appendTabstop',
      [number ?? _i6.undefined],
    );