Methods
$tryCreateDocument
- $tryCreateDocument(options?): Promise<UriComponents>
Parameters
Optional
options: {
content?: string;
language?: string;
}Optional
content?: string
Optional
language?: string
Returns Promise<UriComponents>
$tryOpenDocument
- $tryOpenDocument(uri): Promise<boolean>
Returns Promise<boolean>
$trySaveDocument
- $trySaveDocument(uri): Promise<boolean>
Returns Promise<boolean>
$tryShowDocument
- $tryShowDocument(uri, options?): Promise<void>
Returns Promise<void>