@repoatlasdev/vscode
v0.2.1
Published
Transform any repository into beautiful, configurable visual project structures inside VSCode
Downloads
98
Maintainers
Readme
repo-atlas-vscode
RepoAtlas VSCode Extension — Transform any repository into beautiful, configurable, documentation-ready visual project structures directly inside VS Code.
Features
- Interactive Tree Preview: View live visual repository tree models directly inside VS Code Webview panels.
- Multi-Theme Support: Render tree structures in
VSCode,Unicode,Material,Nerd Font,ASCII,Markdown,JSON, andMermaid. - Clipboard & Export Integration: Instantly copy formatted tree visualizations or export to
PROJECT_STRUCTURE.mdorPROJECT_STRUCTURE.json. - Explorer Context Menu Integration: Right-click any folder in VS Code Explorer to generate or preview structure diagrams.
Installation & Usage
- Open VS Code Command Palette (
Ctrl+Shift+P/Cmd+Shift+P). - Search and run:
RepoAtlas: Generate StructureRepoAtlas: Preview StructureRepoAtlas: Copy Tree to ClipboardRepoAtlas: Generate MarkdownRepoAtlas: Generate Mermaid Diagram
Extension Settings
Customize configuration via VS Code Settings (settings.json):
{
"repoAtlas.theme": "vscode",
"repoAtlas.maxDepth": 4,
"repoAtlas.respectGitIgnore": true
}