* 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)
| 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 |
no outgoing calls
no test coverage detected