MCPcopy Create free account
hub / github.com/Snapchat/Valdi / getText

Method getText

valdi/vscode_debugger/src/typings/vscode.d.ts:204–204  ·  view source on GitHub ↗

* Get the text of this document. A substring can be retrieved by providing * a range. The range will be [adjusted](#TextDocument.validateRange). * * @param range Include only the text included by the range. * @return The text inside the provided range or the entire text.

(range?: Range)

Source from the content-addressed store, hash-verified

202 * @return The text inside the provided range or the entire text.
203 */
204 getText(range?: Range): string;
205
206 /**
207 * Get a word-range at the given position. By default words are defined by

Callers 15

tokenizeScriptsMethod · 0.65
identifierCompleterMethod · 0.65
setTextAndSelectionMethod · 0.65
AST.spec.tsFile · 0.65
getNodeDebugDescriptionFunction · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected