Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>Go to ProblemNew to Visual Studio Code? Get it now.
Go to Problem

Go to Problem

Gist

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

Go to Problem

This is an extension of the customizable problems navigation

Capabilities

severity levels and prioritization
peek severity, style, auto hide
source filter
configuration sets

Adds commands

go-to-problem.#.next
go-to-problem.#.nextInWorkspace
go-to-problem.#.prev
go-to-problem.#.prevInWorkspace
go-to-problem.#.openAll

# is 1-5
By default, F8 hotkeys are remapped to use set 1

All defaults

{
    "go-to-problem": {
        "peekHoverSmoothScrollingDelay": 175,
        "peekStandardAutoHide": "off",
        "problemsSortOrderNotification": true,
        
        "#/base": {
            "enabled": true,
            "severity": "error|warning|info",
            "reveal": "center",
            "prioritizeActive": false,
            "openInPreview": true,
            "peek": {
                "enabled": true,
                "severity": "error, warning, info, hint",
                "style": "standard"
            },
            "filter": {
                "include": [],
                "exclude": [],
                "caseSensitive": true,
                "workspaceRelative": true
            }
        }
    }
}

severity setting can use prioritization, such as "error|warning > info|hint"
# numbered configurations are inherited from base

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2026 Microsoft