Skip to content

Interface: EditorSelection

Defined in: packages/aiui-vscode/src/contribution.ts:43

A selection in 0-based line/character coordinates — VS Code's (and LSP's) native form. file should be project-relative with POSIX separators.

Properties

endCharacter

endCharacter: number

Defined in: packages/aiui-vscode/src/contribution.ts:49


endLine

endLine: number

Defined in: packages/aiui-vscode/src/contribution.ts:48


file

file: string

Defined in: packages/aiui-vscode/src/contribution.ts:44


startCharacter

startCharacter: number

Defined in: packages/aiui-vscode/src/contribution.ts:47


startLine

startLine: number

Defined in: packages/aiui-vscode/src/contribution.ts:46


text

text: string

Defined in: packages/aiui-vscode/src/contribution.ts:45