FolderCode is a Visual Studio Code extension that generates a markdown file containing the content of all text files in a selected folder. The generated markdown file displays the content of each file with the proper syntax highlighting based on the file extension.
Features
Select a folder containing text files (e.g., .js, .css, .html, etc.)
Generate a markdown file with the content of all text files in the selected folder
Display the content of each file with the proper syntax highlighting based on the file extension
Usage
Press Ctrl+Shift+P to open the command palette.
Type "FolderCode" to find the command, and press Enter to run it.
Select a folder containing text files.
The extension will generate a markdown file displaying the content of all text files in the selected folder with syntax highlighting.
Requirements
Visual Studio Code 1.52.0 or later
Known Issues
None at the moment. If you find any issues, please report them in the GitHub repository.
Contributing
Contributions are welcome! Please fork the GitHub repository and submit a pull request with your changes.