MCPcopy Create free account
hub / github.com/typehero/typehero / getLineMaxColumn

Method getLineMaxColumn

packages/monaco/monaco-editor.d.ts:2091–2091  ·  view source on GitHub ↗

* Get the maximum legal column for line at `lineNumber`

(lineNumber: number)

Source from the content-addressed store, hash-verified

2089 * Get the maximum legal column for line at `lineNumber`
2090 */
2091 getLineMaxColumn(lineNumber: number): number;
2092 /**
2093 * Returns the column before the first non whitespace character for line at `lineNumber`.
2094 * Returns 0 if line is empty or contains only whitespace.

Callers 15

fromEditorSelectionMethod · 0.65
columnSelectMethod · 0.65
columnSelectRightMethod · 0.65
leftPositionMethod · 0.65
clipPositionColumnMethod · 0.65
rightPositionMethod · 0.65
verticalMethod · 0.65
moveToEndOfLineMethod · 0.65
moveToEndOfBufferMethod · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected