Copy Errors to LLM
A Visual Studio Code extension that helps you copy errors and warnings to your clipboard for easy sharing with Language Learning Models (LLMs).
Features
- Copy all errors and warnings from your current file with a simple command
- Configurable to include or exclude warnings
- Optional inclusion of problematic code snippets
- Keyboard shortcut:
Ctrl+Shift+E (Windows/Linux) or Cmd+Shift+E (Mac)
Settings
This extension contributes the following settings:
copyErrorsToLLM.includeWarnings : Enable/disable including warnings (default: true)
copyErrorsToLLM.includeCode : Enable/disable including code snippets (default: true)
Usage
- Open a file with errors or warnings
- Use the keyboard shortcut or run the "Copy Errors: Copy File Errors to Clipboard" command
- The errors will be copied to your clipboard in a format ready to paste into your favorite LLM
Requirements
No special requirements needed.
Release Notes
0.0.1
Initial release:
- Basic error and warning copying functionality
- Configurable settings for warnings and code inclusion
| |