Promise<readonly typescript.RenameLocation[] | undefined>
Get possible code fixes at the given position in the file.
typescript.FormatCodeOptions
Promise<ReadonlyArray<typescript.CodeFixAction>>
Get diagnostic messages related to the current compiler options.
Not used
Get transpiled output for the given file.
Optional
emitOnlyDtsFiles: booleanOptional
forceDtsEmit: booleantypescript.EmitOutput
Get formatting changes which should be applied after the given keystroke.
typescript.FormatCodeOptions
Promise<typescript.TextChange[]>
Get diagnostic messages for any semantic issues in the given file.
Get diagnostic messages for any suggestions related to the given file.
Get diagnostic messages for any syntax issues in the given file.
Get other occurrences which should be updated when renaming the item at the given file and position.