PhpStorm 2017.1 Help

Flow Tool Window

On this page:

Errors pane

The pane shows a list of all the discrepancies detected in the file which is opened in the active editor tab. At the top the full path to the file is displayed.

Project Errors pane

The pane shows a list of all the discrepancies detected in all the files in the current project after you run Flow against the entire project by clicking icon_flow_tool_window_show_all_errors.png on the toolbar. The error messages are grouped by files in which they were detected.

Toolbar

The toolbar is common for the Current Errors and the Project Errors panes.

ItemTooltip
and Shortcut
Description
icon_flow_tool_window_show_all_errors.png Show all errors Click this button to switch to the Project Errors pane and view all the discrepancies detected in the current project.
help HelpUse this button to navigate to the help topic for the tool window.
/help/img/idea/2017.1/close.png Close Ctrl+Shift+F4 Click this button to terminate the Flow type checker and close the tool window.
img
img
Expand all
Ctrl+NumPad Plus
Collapse all
Ctrl+NumPad -
Use these buttons to have all nodes expanded or collapsed.
/help/img/idea/2017.1/clear_all.png Clear All Click this button to remove all the error messages from the currently active pane.

Context Menu

The context menu is common for the Errors and the Project Errors panes.

Item Description
Jump to source Choose this option to open the file where the selected problem was detected and navigate to the fragment of code which caused the error.
Copy Choose this option to copy the selected error message with the information on the file, the line, and the column where the error occurred.

See Also

Reference:

Last modified: 19 July 2017