additionalTextEdits property
An optional array of additional {@link TextEdit text edits} that are applied when selecting this completion. Edits must not overlap with the main {@link CompletionItem.textEdit edit} nor with themselves.
Implementation
_i2.List<_i3.TextEdit> get additionalTextEdits => (_i5.getProperty(
      this,
      'additionalTextEdits',
    ) as _i2.List)
        .cast();