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

export all

Madoka

|
289 installs
| (0) | Free
Export all files from folder
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Export allFolder

Adds a export for all files in current dir.

output example:

// files:
// TestTsx.tsx
// testTs.ts
// testJs.js
// Test.jsx
// testFolder/index.ts
// testFolder/index.tsx

// output:
export * from './TestTsx'
export * from './testTs'
export * from './testJs'
export * from './Test'
export * from './testFolder'

Usage

  • Create your index.ts file.

  • In your command palette select "exportAll"

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