Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration TextEditorRevealType

Represents different reveal strategies in a text editor.

索引

Enumeration members(4)

Enumeration members(4)

Default

Default: = 0

The range will be revealed with as little scrolling as possible.

InCenter

InCenter: = 1

The range will always be revealed in the center of the viewport.

InCenterIfOutsideViewport

InCenterIfOutsideViewport: = 2

If the range is outside the viewport, it will be revealed in the center of the viewport. Otherwise, it will be revealed with as little scrolling as possible.

AtTop

AtTop: = 3

The range will always be revealed at the top of the viewport.

友链:VS Code 中文文档 | VS Code 官网文档 | VS Code 扩展市场

Generated by TypeDoc. Maintained by 洛竹