File-System-Explorer

File System Explorer

A simple VS Code extension that adds two commands to the Command Palette:

  1. File Structure: Generates a tree view of your workspace files.
  2. Entire File System: Displays the content of all files in your workspace, respecting .gitignore and excluding node_modules.

Features

Usage

  1. Press Ctrl+Shift+P (or Cmd+Shift+P on Mac) to open the Command Palette.
  2. Type File Structure or Entire File System to run the respective command.

The output will open in a new editor tab.

Requirements

Extension Settings

This extension does not add any settings yet.

Known Issues

Release Notes

0.0.1

Initial release of File System Explorer.