TS Viewer Extension
This project is a Visual Studio Code extension that allows you to view TypeScript Interfaces and Types entire information easily.
There are two packages in this project:
ts-viewer-extension
: The extension itself.
ts-viewer-language-plugin
: A TS plugin that provides the information about the TypeScript Interfaces and Types.
Features
- View the entire information of a TypeScript Interface or Type.
- Expose a TypeScript Helper Type that helps developer to expand the information of an existed TypeScript Interface or Type if needed.
Further Usage
- After getting entire information of a TypeScript Interface or Type, you can easily mock the data for it by using AI-assisted mock data generator.