This VS Code extension allows you to export selected source code files from your project into a Word document (.docx). You can choose between one-column or two-column layout, customize the font size, and export only the files you select.
✨ Features
🔍 Select specific files from your project to export
📝 Choose between One Column or Two Columns layout
🔠 Customize the font size (10, 12, or 14)
📁 Supports a wide range of file types (e.g., .js, .ts, .py, .java, .html, .css)
📄 Generates a neatly formatted Word document with your selected content
🚀 How to Use
Open a folder/project in VS Code.
Open the Command Palette (Ctrl+Shift+P or Cmd+Shift+P on macOS).
Run the command: Files to Word: Export.
Provide:
A project title
Layout type (One Column or Two Columns)
Font size
Files to include (multi-select)
Choose the save location for the .docx file.
Done! Your Word document will be generated and saved.