Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>TS/JS IndexerNew to Visual Studio Code? Get it now.
TS/JS Indexer

TS/JS Indexer

Davi Soares

|
263 installs
| (0) | Free
A simple extension to speed up and improve typescript development, it automatically generates the index files and exports all files in the folders.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Typescript and Javascript Indexer README

This is an extension to make your work easier and faster when exporting modules using javascript or typescript. Its purpose is to automate the creation of index files.

Features

  • Create index on folder creation.
  • Export folder in index on folder creation.
  • Create index on file creation.
  • Export file in index on file creation.

Requirements

The only requirement to use this extension is that you use js or ts.

Extension Settings

For the extension to be active, you need to create a configuration file in the root of your project named indexerconfig.json.

For example:

{
  "type": "typescript",
  "includes": "src",
  "ignore": ["report"]
}

Known Issues

Calling out known issues can help limit users opening duplicate issues against your extension.

Release Notes

1.0.0

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