Skip to content
| Marketplace
Sign in
Visual Studio Code>Extension Packs>TS interface builderNew to Visual Studio Code? Get it now.
TS interface builder

TS interface builder

riki-larson

|
2,187 installs
| (1) | Free
Typescript interfaces to builder of interface
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Features

Convert from selection

F1 > TS interface builder: Convert from selection

For example :

export interface SquareConfig {
    public color: string;
    private width: number;
    protected tessst: boolean;
    private test2: string;
    private obj: RoundConfig;
    private tableau: string[];
    private ronds: RoundConfig[]
}
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft