Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration FoldingRangeKind

An enumeration of specific folding range kinds. The kind is an optional field of a FoldingRange and is used to distinguish specific folding ranges such as ranges originated from comments. The kind is used by commands like Fold all comments or Fold all regions. If the kind is not set on the range, the range originated from a syntax element other than comments, imports or region markers.

索引

Enumeration members(3)

Enumeration members(3)

Comment

Comment: = 1

Kind for folding range representing a comment.

Imports

Imports: = 2

Kind for folding range representing a import.

Region

Region: = 3

Kind for folding range representing regions originating from folding markers like #region and #endregion.

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

Generated by TypeDoc. Maintained by 洛竹