Back to Typescript Go

TypeScript (Native Preview)

_extension/README.md

latest903 B
Original Source

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:

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

Feedback

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