Protected
_activeProtected
_currentProtected
Readonly
commandsProtected
Readonly
editorReadonly
idReadonly
labelReadonly
onProtected
Readonly
onReadonly
onEmit when the current editor is changed.
Protected
Readonly
onProtected
Readonly
openProtected
Readonly
preferenceProtected
Readonly
recentlyThe active editor. If there is an active editor (one that has focus), active and current are the same.
The most recently activated editor (which might not have the focus anymore, hence it is not active).
If no editor has focus, e.g. when a context menu is shown, the active editor is undefined
, but current might be the editor that was active before the menu popped up.
Protected
recentlyProtected
addProtected
checkProtected
createProtected
createOptional
options: EditorOpenerOptionsProtected
extractOptional
options: EditorOpenerOptionsProtected
getOptional
options: EditorOpenerOptionsProtected
getProtected
getOptional
options: EditorOpenerOptionsProtected
getProtected
getOptional
options: EditorOpenerOptionsProtected
initOptional
options: EditorOpenerOptionsOpens an editor to the side of the current editor. Defaults to opening to the right.
To modify direction, pass options with {widgetOptions: {mode: ...}}
Optional
options: EditorOpenerOptionsProtected
removeProtected
removeProtected
revealOptional
input: EditorOpenerOptionsOptional
uri: URIProtected
setProtected
setProtected
tryOptional
options: EditorOpenerOptionsProtected
updateProtected
update
Emit when the active editor is changed.