Liking cljdoc? Tell your friends :D

dots.vscode.text-editor-reveal-type

Represents different {@link TextEditor.revealRange reveal} strategies in a text editor.

Represents different {@link TextEditor.revealRange reveal} strategies in a text editor.
raw docstring

at-topcljs

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

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

defaultcljs

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

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

in-centercljs

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

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

in-center-if-outside-viewportcljs

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.

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.
sourceraw docstring

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

× close