Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>export all typescriptNew to Visual Studio Code? Get it now.
export all typescript

export all typescript

fega

|
1,350 installs
| (2) | Free
Export all files from folder in an index file
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Export all typescript

Adds a export for all files in current dir.

output example:

// example output:
export * from './Shape';
export * from './ShapeBox';
export * from './ShapeColor';
export * from './ShapeElement';
export * from './ShapeElementsCategory';
export * from './ShapePage';

Usage

  • Create your index.ts file.

  • In your command palette select "exportAllTypescript"

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