Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>generate-indexNew to Visual Studio Code? Get it now.
generate-index

generate-index

kingdaro

|
2,485 installs
| (1) | Free
Generate an index file that exports everything from all files in a directory
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

generate-index

Generate an index file that exports everything from all files in a directory.

Currently TS only

Usage

Open a file in the folder you want the index.ts file to be generated. Then, activate the "Generate / update index file" command. The extension will create a file like so:

export * from "./a"
export * from "./b"
export * from "./c"

Extension Settings

TODO

Known Issues

None yet!

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