Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/mxsdev/ts-type-explorer
- Owner: mxsdev
- Created: 2022-10-04T02:26:45.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-07-25T16:14:32.000Z (7 months ago)
- Last Synced: 2024-08-02T20:45:21.531Z (6 months ago)
- Topics: developer-experience, developer-tools, typescript, typescript-plugin, vscode, vscode-extension
- Language: TypeScript
- Homepage: https://marketplace.visualstudio.com/items?itemName=mxsdev.typescript-explorer&ssr=false
- Size: 2.6 MB
- Stars: 146
- Watchers: 1
- Forks: 4
- Open Issues: 30
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
Awesome Lists containing this project
README
# ts-type-explorer
![]()
## 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