Skip to main content

Selection

This article describes all Context Providers in the Editor | Selection group. Refer to the Context Providers article for details on how to access Context Providers from the other groups.


[MultiSelectActive]

Satisfied when the code editor contains multi-selection.

Supported Languages: All supported by the Multi-Select feature


[SelectionLineFragment]

Satisfied when the current selection in the editor extends a part of a single line of code.

Supported Languages: All


[SelectionNoSelection]

Satisfied when nothing is selected in the editor.

Supported Languages: All


[SelectionWholeLine]

Satisfied when the entire line is selected in the editor.

Supported Languages: All