buffbeard920

๐ŸŽจ claude-code-enhance - Enhance Your VSCode Experience

Download

๐Ÿš€ Getting Started

Welcome to Claude Code Enhance! This extension adds useful features to your VSCode environment, making coding smoother and more productive. Follow the steps below to download and install the extension.

๐Ÿ’ป Download & Install

Step 1: Visit the Releases Page

To get started, visit the Releases page. You will find the latest version of Claude Code Enhance there.

Download the latest release here

Step 2: Choose Your Installation Method

There are two ways to install this extension: using a patch script (recommended) or manually.

  1. Open your terminal.
  2. Run the following commands:

    cd claude-code-enhance
    node patch_extension.js
    

This script will automatically:

โš™๏ธ Method 2: Manual Installation

  1. Copy the Script:
    • Navigate to the webview/ directory inside the Claude Code enhance folder.
    • Copy webview/enhance.js to the extensionโ€™s webview/ directory.
  2. Modify the CSP Policy:
    • Open extension.js located within the extension files.
    • Change the CSP policy to allow necessary resources.
  3. Inject the Script in HTML:
    • In your HTML template, add the following script tag to include enhance.js:
    <script src="enhance.js"></script>
    

Step 3: Reload VSCode

Once you finish the installation, you need to reload VSCode.

๐Ÿ“ Usage Instructions

๐Ÿค– AI Dialogue Copy

  1. Hover your mouse over the end of the AI reply.
  2. A โ€œCopyโ€ button will appear at the bottom right corner.
  3. Click on the Copy button to copy the AI reply content in Markdown format.

Note:

๐Ÿ” DOM Detection Tool

  1. Press Ctrl+Shift+D to export the DOM structure for analysis.
  2. Use this feature to better understand the components in your projects.

โœ… Features Overview

The Claude Code Enhance extension offers several key features:

๐Ÿ›ก๏ธ Compatibility

๐Ÿš€ Final Steps

To ensure the best experience with Claude Code Enhance, keep your VSCode updated. Check for updates regularly and revisit our Releases page for new features and improvements.

Thank you for choosing Claude Code Enhance! Enjoy enhancing your coding experience in VSCode.

Download the latest release here and explore all the features today.