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.
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.