WebStorm
 
Get WebStorm
You are viewing the documentation for an earlier version of WebStorm.

Problems tool window

Last modified: 21 July 2022

View | Tool Windows | Problems

Alt+6

The Problems tool window displays problems that WebStorm detects in your project using several tabs:

  • The Current File tab shows the errors detected in the file from the active editor tab.

    Problems tool window, TypeScript. Current File tab shows syntax errors from the file in the active editor tab
  • The Project Errors tab shows the errors in all previously opened files, with error messages grouped by files in which they were detected.

    Problems tool window, TypeScript. Project Errors tab shows syntax errors across the project

When the design-time code inspection is enabled, this tab lists all code issues found in the current file. The list is updated as you switch between files in the editor.

You can select any problem in the window and press F4 or double-click any problem to jump to the corresponding line in the editor.

Toolbar

Context menu options