A VS Code extension that intelligently identifies and highlights AI-generated code contributions. This extension monitors file changes and distinguishes between human-typed code and AI-generated insertions from tools like Claude Code, GitHub Copilot, and other AI assistants.
Features
Smart Detection: Automatically detects AI-generated code insertions vs. manual typing
Visual Highlighting: Highlights AI-contributed code sections with customizable decorations
Persistent Annotations: Stores AI code markers that persist across VS Code sessions
Intelligent Filtering: Distinguishes between manual paste operations and AI tool insertions
User Confirmation: Optional user confirmation for ambiguous code changes
Requirements
VS Code 1.74.0 or higher
Node.js and npm (for development)
Extension Settings
This extension will contribute the following settings:
yourCodeMyCode.enable: Enable/disable AI code detection
yourCodeMyCode.highlightStyle: Customize the visual style for AI code highlighting
yourCodeMyCode.requireConfirmation: Require user confirmation for detected AI changes
Known Issues
Initial version in development
Detection accuracy may vary with different AI tools
Large file changes may require manual verification
Release Notes
0.1.0
Initial development version of Your Code My Code extension.
Following extension guidelines
Ensure that you've read through the extensions guidelines and follow the best practices for creating your extension.