Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>C++ Error NavigatorNew to Visual Studio Code? Get it now.
C++ Error Navigator

C++ Error Navigator

Majid Darvishan

| (0) | Free
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

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:

  1. Install dependencies: npm install

  2. Install vsce globally: npm install -g @vscode/vsce

  3. Compile and package: npm run compile vsce package --no-dependencies

Installation

Option 1: Via VS Code GUI

  1. Open VS Code.
  2. Go to the Extensions view (Ctrl + Shift + X).
  3. Click the ... menu in the top right corner.
  4. Select Install from VSIX...
  5. Choose the generated .vsix file.

Option 2: Via Terminal

code --install-extension cpp-error-navigator-0.0.1.vsix

License

MIT

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
  • Your Privacy Choices
  • Consumer Health Privacy
© 2026 Microsoft