TypeScript Language Service API

API for editor integration and language tooling. The Language Service API provides completions, diagnostics, quick fixes, rename, go-to-definition, find references, and other IDE features that power editors like VS Code.

API entry from apis.yml

apis.yml Raw ↑
aid: typescript:typescript-language-service-api
name: TypeScript Language Service API
description: API for editor integration and language tooling. The Language Service API provides completions,
  diagnostics, quick fixes, rename, go-to-definition, find references, and other IDE features that power
  editors like VS Code.
image: https://www.typescriptlang.org/favicon-32x32.png
humanURL: https://www.typescriptlang.org
baseURL: https://www.typescriptlang.org
tags:
- Autocomplete
- Diagnostics
- IDE
- Language Service
- Refactoring
properties:
- type: Documentation
  url: https://github.com/microsoft/TypeScript/wiki/Using-the-Language-Service-API
- type: GitHub Repository
  url: https://github.com/microsoft/TypeScript