onDidChangeVisibleTextEditors property

Event<List<TextEditor>> get onDidChangeVisibleTextEditors

An {@link Event} which fires when the array of {@link window.visibleTextEditorsvisible editors} has changed.

Implementation

_i4.Event<_i2.List<_i4.TextEditor>> get onDidChangeVisibleTextEditors =>
    _i3.getProperty(
      this,
      'onDidChangeVisibleTextEditors',
    );