onDidChangeActiveEditor property

Stream<String> get onDidChangeActiveEditor

Fires when the active editor changes. Emits the document URI.

Implementation

Stream<String> get onDidChangeActiveEditor => _onDidChangeActiveEditor.stream;