CodebaseMD is a Visual Studio Code extension that allows you to export your entire codebase or selected files as a Markdown file, making it easier to share and document your projects.
What's New in Version 2.0.3
Brand Refresh
Updated Logo & Banner: Fresh new look with modern logo and banner design
Consistent Branding: Improved visual identity throughout documentation and marketplace
Check the full release notes for more details on the updates.
What's New in Version 2.0.2
Features & Improvements
Enhanced Micro Export Format: Improved code structure analysis with detection of class properties, methods, and function patterns
Improved Component Representation: Detailed component visualization with visibility indicators and type annotations
Comprehensive Test Suite: Added extensive test framework with Mocha to ensure reliability
Improved File Handling: Better support for different file types and programming languages
Enhanced Markdown Generation: Better clarity and organization in exported markdown documents
Bug Fixes
Fixed issues with file type detection and language mapping
Resolved edge cases in folder structure generation
Enhanced error handling throughout the codebase
Improved extraction of file metadata
Fixed pattern detection for different programming paradigms
Check the full release notesfor more details or view our detailed documentation on the Micro Export format.
Features
1-Click Export Entire Codebase as Markdown: Export your entire project into a single markdown file with the folder structure and code files included.
Exclude Unnecessary Files Automatically: Automatically excludes files and folders like those in .gitignore, node_modules, build, out, and large files such as package-lock.json.
Export Selected Files: Right-click on selected files or folders and export only those to Markdown.
Markdown Compatible Output: Only actively coded files with supported extensions (e.g., .js, .ts, .py, .html, etc.) are included with their contents, while unsupported files are listed with their names and paths.
Micro Export Format (New in v2.0): Generate condensed representations of your code with intelligent structure analysis, code flow detection, and design pattern recognition. Learn more.