Protected
_activeProtected
_currentProtected
Readonly
commandsProtected
Readonly
editorReadonly
idReadonly
labelProtected
Readonly
navigationReadonly
onProtected
Readonly
onReadonly
onEmit when the current editor is changed.
Protected
Readonly
onProtected
Readonly
preferenceProtected
Readonly
recentlyProtected
Readonly
resolverProtected
selectionThe 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
doOptional
options: EditorOpenerOptionsProtected
extractOptional
options: EditorOpenerOptionsProtected
getOptional
options: EditorOpenerOptionsProtected
getProtected
getProtected
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: EditorOpenerOptionsRegisters a dynamic selection resolver. The resolver is added to the sorted list of selection resolvers and can later be disposed to remove it.
The selection resolver to register.
A Disposable that unregisters the resolver when disposed.
Protected
removeProtected
removeProtected
resolveOptional
uri: URIProtected
revealOptional
options: EditorOpenerOptionsProtected
setProtected
setProtected
tryOptional
options: EditorOpenerOptionsProtected
updateProtected
update
Emit when the active editor is changed.