window.activeTextEditor
The currently active editor or undefined. The active editor is the one
that currently has focus or, when none has focus, the one that has changed
input most recently.
API signature
window.activeTextEditor: TextEditor | undefined- Returns
- TextEditor | undefined
- Declaration
- typings/index.d.ts:11689