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!
See typescript-explorer-vscode for usage information.
- typescript-explorer-vscode - VSCode Extension
- api - API for generating type information
- typescript-plugin - TS Plugin to remotely execute the API on TS Server
Build the entire project by running yarn build
in the root directory, and build in watch-mode with yarn watch
.
See CONTRIBUTING.md!