Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 913 Bytes

README.md

File metadata and controls

20 lines (13 loc) · 913 Bytes

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:

  1. ts-viewer-extension: The extension itself.
  2. 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. viewer
  • Expose a TypeScript Helper Type that helps developer to expand the information of an existed TypeScript Interface or Type if needed. expand-helper

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. mock-data