Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mxsdev/ts-type-explorer

VSCode Extension & utilities for exploring TypeScript type information
https://github.com/mxsdev/ts-type-explorer

developer-experience developer-tools typescript typescript-plugin vscode vscode-extension

Last synced: 3 months ago
JSON representation

VSCode Extension & utilities for exploring TypeScript type information

Awesome Lists containing this project

README

        

# ts-type-explorer


demo





## Installation

You can install from the [VSCode Marketplace][vscode-market-link].

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

## Usage

See [**typescript-explorer-vscode**](packages/typescript-explorer-vscode) for usage information.

## Packages

- [**typescript-explorer-vscode**](packages/typescript-explorer-vscode) - VSCode Extension
- [**api**](packages/api) - API for generating type information
- [**typescript-plugin**](packages/typescript-plugin) - TS Plugin to remotely execute the API on TS Server

## 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](CONTRIBUTING.md)!

[releases]: https://github.com/mxsdev/ts-type-explorer/releases
[install-from-vsix]: https://code.visualstudio.com/docs/editor/extension-marketplace#_install-from-a-vsix
[vscode-marketplace]: https://marketplace.visualstudio.com/vscode
[vscode-market-link]: https://marketplace.visualstudio.com/items?itemName=mxsdev.typescript-explorer&ssr=false