TypeScript Language Service API

The TypeScript Language Service API powers IDE features like autocomplete, go to definition, find references, refactoring, and error diagnostics. It provides the same intelligence used by VS Code and other editors for TypeScript and JavaScript development.

API entry from apis.yml

apis.yml Raw ↑
aid: microsoft-typescript:language-service-api
name: TypeScript Language Service API
tags:
- IDE Integration
- Language Service
- TypeScript
image: https://kinlane-productions.s3.amazonaws.com/apis-json/apis-json-logo.jpg
humanURL: https://github.com/microsoft/TypeScript/wiki/Using-the-Language-Service-API
properties:
- url: https://github.com/microsoft/TypeScript/wiki/Using-the-Language-Service-API
  type: Documentation
description: The TypeScript Language Service API powers IDE features like autocomplete, go to definition,
  find references, refactoring, and error diagnostics. It provides the same intelligence used by VS Code
  and other editors for TypeScript and JavaScript development.