Diff HTML Exporter
English | 日本語
A Visual Studio Code extension that allows you to export diff editor content as a beautiful HTML file.

After HTML export

Features
- Export Diff to HTML: Convert your diff editor comparisons into a standalone HTML file
- Side-by-Side View: Output includes a side-by-side comparison view for easy reading
- Standalone Output: The exported HTML file includes all necessary styling via CDN
- Multi-language Support: Interface available in English and Japanese
Usage
- Open two files in VS Code's diff editor (compare mode)
- Click the export icon in the editor title bar, or
- Right-click in the editor and select "Diff HTML Exporter: Export Diff to HTML", or
- Open the Command Palette (
Cmd+Shift+P on macOS or Ctrl+Shift+P on Windows/Linux) and search for "Diff HTML Exporter: Export Diff to HTML"
- Choose the location and filename for the exported HTML file
- Open the generated HTML file in any web browser to view the diff
Requirements
- Visual Studio Code version 1.109.0 or higher
Extension Settings
This extension does not add any VS Code settings.
Known Issues
None at this time. Please report issues on the GitHub repository.
Release Notes
See CHANGELOG.md for release notes.
Technologies
This extension uses the following libraries:
- diff - Create text diffs
- diff2html - Generate beautiful HTML diffs
License
See LICENSE file for details.
| |