DiagnosticHopper is a Visual Studio Code extension that lets you quickly hop to any diagnostic (error, warning, info, or hint) in your workspace with a single command. No more scrolling or searching—just jump straight to the problem!
Features
🐸 Hop to any diagnostic (error, warning, info, or hint) in your workspace using a quick pick menu.
🚀 Instant navigation: Select a diagnostic and jump directly to its location in the file.
🎯 Works with all diagnostics: Supports diagnostics from any language or extension that uses VS Code's diagnostics API.
🗂️ Filter by severity: Use different commands to hop to errors, warnings, info, or hints (coming soon).
Demo
Getting Started
Install DiagnosticHopper from the VS Code Marketplace.
Open the Command Palette (Ctrl+Shift+P or Cmd+Shift+P).
Run the command: DiagnosticHopper: Jump to Diagnostic.
Select a diagnostic from the list to hop to its location.
Requirements
Visual Studio Code v1.101.0 or higher.
No additional dependencies required.
Extension Settings
This extension does not add any custom settings (yet).
Release Notes
1.0.0
Initial release of DiagnosticHopper.
Jump to any diagnostic in your workspace.
Contributing
Pull requests and suggestions are welcome! Please open an issue to discuss what you would like to change.