Represents sources that can cause {@link window.onDidChangeTextEditorSelection selection change events}.

Static variables

@:enumstaticread onlyCommand:TextEditorSelectionChangeKind

Selection changed because a command ran.

@:enumstaticread onlyKeyboard:TextEditorSelectionChangeKind

Selection changed due to typing in the editor.

@:enumstaticread onlyMouse:TextEditorSelectionChangeKind

Selection change due to clicking in the editor.