C++ Error Navigator
A VS Code extension for C++ developers to seamlessly navigate compilation errors directly from the integrated terminal or diagnostics.
Features
- Direct Navigation: Jump directly to the exact file, line, and column of C++ compilation errors.
- Shortcut Support: Use keyboard shortcuts to navigate back and forth through errors without manually clicking terminal logs.
- Clean UI: Operates silently without unintended terminal text highlighting.
Keyboard Shortcuts
| Command |
Windows/Linux |
macOS |
| Next Error |
Ctrl + Alt + N |
Cmd + Alt + N |
| Previous Error |
Ctrl + Alt + P |
Cmd + Alt + P |
Building from Source
To compile and package the extension manually into a .vsix installer, follow these steps:
Install dependencies:
npm install
Install vsce globally:
npm install -g @vscode/vsce
Compile and package:
npm run compile
vsce package --no-dependencies
Installation
Option 1: Via VS Code GUI
- Open VS Code.
- Go to the Extensions view (
Ctrl + Shift + X).
- Click the
... menu in the top right corner.
- Select Install from VSIX...
- Choose the generated
.vsix file.
Option 2: Via Terminal
code --install-extension cpp-error-navigator-0.0.1.vsix
License
MIT
| |