Skip to content
| Marketplace
Sign in
Visual Studio Code>Programming Languages>Interface builder for TypescriptNew to Visual Studio Code? Get it now.
Interface builder for Typescript

Interface builder for Typescript

Vladimir Sharavanov

|
2,012 installs
| (3) | Free
Defines interface of object
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Interface builder

Note

This extension defines interface of object

Usages

  • Select the JS/JSON-object
    • to insert interface use shortcut ctrl+alt+i (command+alt+i for Mac), or press F1 and then select/type Insert interface
    • to replace selection by interface use shortcut ctrl+alt+o (command+alt+o for Mac), or press F1 and then select/type Replace by interface
    • to export interface to a file use shortcut ctrl+alt+u (command+alt+u for Mac), or press F1 and then select/type Export interface

Configuration

  • interface-builder.defaultInterfaceName: Install default interface name. Used when insert and replace and when exporting with blank interface name. Follow the TS syntax rules.
  • interface-builder.postfix: Used for exporting file name. Example: user.type.ts

Usage

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft