onDidChangeActiveTextEditor property

Event<TextEditor?> get onDidChangeActiveTextEditor

An {@link Event} which fires when the {@link window.activeTextEditoractive editor} has changed. Note that the event also fires when the active editor changes to undefined.

Implementation

_i4.Event<_i4.TextEditor?> get onDidChangeActiveTextEditor => _i3.getProperty(
      this,
      'onDidChangeActiveTextEditor',
    );