System requirements
Before installing, ensure your system meets these requirements:- Visual Studio Code version 1.81.0 or higher
- Operating system: Windows, macOS, or Linux
Install from VS Code Marketplace
Open the Extensions view
In VS Code, click on the Extensions icon in the Activity Bar on the side of the window, or press
Ctrl+Shift+X (Windows/Linux) or Cmd+Shift+X (macOS).Search for the extension
Type “Draw Folder Structure” in the search bar. Look for the extension published by jmkrivocapich.
Install
Click the Install button next to the extension. VS Code will download and install the extension automatically.
Install from command line
You can also install the extension using the VS Code command line:Alternative: Manual installation from GitHub
If you prefer to install from source or want to try development versions:Download the VSIX file
Go to the GitHub releases page and download the latest
.vsix file.Install from VSIX
In VS Code, open the Command Palette (
Ctrl+Shift+P or Cmd+Shift+P), type “Extensions: Install from VSIX”, and select the downloaded file.Manual installation from GitHub is typically only needed for testing pre-release versions or if you’re contributing to the extension’s development.
Verify the installation
To confirm the extension is installed and working:- Open any project folder in VS Code
- Navigate to the Explorer view (file tree)
- Right-click on any folder or file
- Look for “Generate Markdown structure” in the context menu
Next steps
Quickstart guide
Learn how to generate your first folder structure