Skip to content

Files

Latest commit

dd11489 · May 30, 2025

History

History
This branch is 40 commits behind microsoft/typescript-go:main.

_extension

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
May 30, 2025
May 21, 2025
May 21, 2025
May 21, 2025
May 21, 2025
May 21, 2025
May 21, 2025

README.md

TypeScript (Native Preview)

This extension provides a preview of the native implementation of the TypeScript language service. It provides a nightly snapshot of features like go-to-definition, completions, errors and diagnostics, and quick info/tooltip hovers, and more.

Usage

  1. Install the extension from the marketplace.
  2. Open a TypeScript or JavaScript file (.ts) in your editor.
  3. Activate the extension with the command TypeScript (Native Preview): Enable (Experimental), or update your settings below:

Configuration

You can enable this extension by modifying the following settings:

{
    // UI Setting:
    // TypeScript (Native Preview) > Use Tsgo
    "typescript.experimental.useTsgo": true
}

Feedback

If you encounter any issues or have suggestions for improvement, please open an issue on the GitHub repository.