Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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.