TextDocumentShowOptions$Typings extension
Properties
- preserveFocus ↔ bool?
-
Available on TextDocumentShowOptions, provided by the TextDocumentShowOptions$Typings extension
An optional flag that whentrue
will stop the {@link TextEditor editor} from taking focus.getter/setter pair - preview ↔ bool?
-
Available on TextDocumentShowOptions, provided by the TextDocumentShowOptions$Typings extension
An optional flag that controls if an {@link TextEditor editor}-tab shows as preview. Preview tabs will be replaced and reused until set to stay - either explicitly or through editing.getter/setter pair - selection ↔ Range?
-
Available on TextDocumentShowOptions, provided by the TextDocumentShowOptions$Typings extension
An optional selection to apply for the document in the {@link TextEditor editor}.getter/setter pair - viewColumn ↔ ViewColumn?
-
Available on TextDocumentShowOptions, provided by the TextDocumentShowOptions$Typings extension
An optional view column in which the {@link TextEditor editor} should be shown. The default is the {@link ViewColumn.Active active}. Columns that do not exist will be created as needed up to the maximum of {@linkcode ViewColumn.Nine}. Use {@linkcode ViewColumn.Beside} to open the editor to the side of the currently active one.getter/setter pair