luthfianto / ts-extract-interface

VSCode extension to extract an interface from a TypeScript class

Home Page:https://marketplace.visualstudio.com/items?itemName=rilut.ts-extract-interface

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ts-extract-interface

Extract an interface from a TypeScript class

To use the extension:

  1. select the whole class which interface you want to generate
  2. choose from the popup menu option "Extract an interface from a TypeScript class"
  3. the generated interface will be automatically pasted just under the class definition

ts-extract-interface in action

About

VSCode extension to extract an interface from a TypeScript class

https://marketplace.visualstudio.com/items?itemName=rilut.ts-extract-interface


Languages

Language:JavaScript 89.8%Language:TypeScript 10.2%