DevFixes
VS Code resource guide

Extensions that expose errors sooner.

Know the extension name, what it actually does, when to install it, and the exact command to add it to VS Code.

8verified extensions
5developer ecosystems
1DevFixes companion
DevFixes companion

DevFixes Error Search

A small, transparent VS Code extension included with this project. Select an error or stack-trace line, then open the matching DevFixes search or debugger directly from the Command Palette or editor context menu.

Search selected error textOpen the DevFixes error index with the selected diagnostic.
Debug selected error textSend the selection to the Error Fingerprint workspace.
No telemetry or API keyThe extension only opens a DevFixes URL in your browser.
Download VSIX
api.py - Visual Studio Code
import requestsresponse = requests.get("https://api.github.com")
ModuleNotFoundError: No module named requestsDevFixes
The active Python interpreter cannot find the requests package.python -m pip install requestsSearch fix
TERMINALModuleNotFoundError: No module named 'requests'Open Command Palette: DevFixes: Debug Selected Error
Recommended extensions

Install for the problem you need to see.

Inline diagnostics

Error Lens

by Alexander

Makes errors, warnings, and other diagnostics visible beside the affected line instead of leaving them only in the Problems panel.

Marketplace
Python debugging

Python

by Microsoft

Adds Python debugging, environment selection, testing, linting integration, and language support for Python projects.

Marketplace
Python type analysis

Pylance

by Microsoft

Provides fast Python IntelliSense and configurable type checking so many import, attribute, and type problems appear before runtime.

Marketplace
JavaScript and TypeScript

ESLint

by Microsoft

Runs ESLint inside VS Code and surfaces project-specific code-quality and correctness rules directly in the editor.

Marketplace
Git history and ownership

GitLens

by GitKraken

Adds blame annotations, commit history, file history, and repository context that help explain when and why a broken line changed.

Marketplace
Pull requests and issues

GitHub Pull Requests

by GitHub

Lets developers review pull requests, inspect changed files, work with issues, and navigate GitHub conversations without leaving VS Code.

Marketplace
YAML and CI configuration

YAML

by Red Hat

Adds schema validation, completion, hover information, formatting, and error feedback for YAML files such as Actions and Kubernetes manifests.

Marketplace
Docker and containers

Container Tools

by Microsoft

Supports Dockerfiles, Compose files, container builds, registries, and local container workflows from inside VS Code.

Marketplace

Python stack

Python + Pylance + Error Lens

Interpreter selection, type analysis, and highly visible diagnostics.

Node.js stack

ESLint + Error Lens + GitLens

Project rules, inline failures, and the commit context behind a broken line.

GitHub and CI stack

GitHub Pull Requests + YAML + Container Tools

Review changes, validate workflows, and debug containerized builds.

Browse VS Code error guides