Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>RDump: Dump FolderNew to Visual Studio Code? Get it now.
RDump: Dump Folder

RDump: Dump Folder

amichevole

|
6 installs
| (0) | Free
Right-click a folder to run an rdump search and save output named after the folder.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

RDump: Dump Folder

This extension adds a context menu action in VS Code to run rdump on a folder.

Right-click any folder in the Explorer and choose RDump: Dump This Folder. The extension runs:

rdump search (in:{selectedPathForQuery} | in:{selectedPathForQuery}/**) & (ext:ts | ext:tsx)

and writes the results to a file in that folder (by default named dump-{folder}.txt). If the file already exists, a -1, -2, … suffix is added.


Settings

  • rdump.commandPath – Path to the rdump executable (default: rdump).
  • rdump.searchQuery – Query template (default searches for .ts and .tsx).
  • rdump.outputNamePattern – File name pattern for the output.
  • rdump.outputLocation – Where to save (selectedFolder, workspaceRoot, or temp).
  • rdump.format – Output format (markdown, json, or text).
  • rdump.openAfterCreate – Open the generated file (default: true).

Example

Right-click on a folder named utils → choose RDump: Dump This Folder → creates:

utils/dump-utils.txt

Requirements

You need rdump installed and available in your PATH (or set rdump.commandPath).


License

MIT

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