Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface TextDocumentShowOptions

Represents options to configure the behavior of showing a document in an editor.

Hierarchy

  • TextDocumentShowOptions

Index

Properties

Optional preserveFocus

preserveFocus: boolean

An optional flag that when true will stop the editor from taking focus.

Optional preview

preview: boolean

An optional flag that controls if an editor-tab will be replaced with the next editor or if it will be kept.

Optional selection

selection: Range

An optional selection to apply for the document in the editor.

Optional viewColumn

viewColumn: Active | Beside | One | Two | Three | Four | Five | Six | Seven | Eight | Nine

Denotes a location of an editor in the window. Editors can be arranged in a grid and each column represents one editor location in that grid by counting the editors in order of their appearance.