MCPcopy Index your code
hub / github.com/REditorSupport/vscode-R / RSelection

Interface RSelection

src/selection.ts:39–45  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

37}
38
39export interface RSelection {
40 linesDownToMoveCursor: number;
41 selectedText: string;
42 startLine: number;
43 endLine: number;
44 range: Range;
45}
46
47export function getSelection(): RSelection | undefined {
48 const textEditor = window.activeTextEditor;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected