Liking cljdoc? Tell your friends :D
ClojureScript only.

dots.vscode.folding-range-kind

An enumeration of specific folding range kinds. The kind is an optional field of a {@link 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.

An enumeration of specific folding range kinds. The kind is an optional field of a {@link 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.
raw docstring

commentcljs

Kind for folding range representing a comment.

Kind for folding range representing a comment.
sourceraw docstring

importscljs

Kind for folding range representing a import.

Kind for folding range representing a import.
sourceraw docstring

regioncljs

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

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

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close