mxsdev / ts-type-explorer

VSCode Extension & utilities for exploring TypeScript type information
https://marketplace.visualstudio.com/items?itemName=mxsdev.typescript-explorer&ssr=false
154 stars 4 forks source link
developer-experience developer-tools typescript typescript-plugin vscode vscode-extension

ts-type-explorer

demo

Installation

You can install from the VSCode Marketplace.

Alternatively, check out the releases page to download the .vsix file. See Install from a VSIX for instructions!

Usage

See typescript-explorer-vscode for usage information.

Packages

Building

Build the entire project by running yarn build in the root directory, and build in watch-mode with yarn watch.

Contributing

See CONTRIBUTING.md!