Icon reference
Many entities in WebStorm are marked with icons: there are icons on toolbar buttons, in the gutter, in the Project tool window, and so on. The majority of icons have tooltips that allow you to quickly grasp their meaning. Hover over an icon and wait for the tooltip with some brief information.

File types
To view the list of file types recognized by WebStorm, in the Settings dialog (Ctrl+Alt+S) , go to . If a file in your project is marked with the icon, it indicates that WebStorm can't recognize it. In this case, you can register and configure a new file type.

Icons in tool windows and structure views
Icon | Description |
---|---|
Class | |
Abstract class | |
Interface | |
Method/function | |
Function in Dart | |
Variable | |
Field | |
Property | |
Parameter | |
Element | |
Directory | |
Tests | |
| Resource root |
Excluded | |
Visibility modifiers | |
Private | |
Protected | |
Public |
Icons in the gutter
Icon | Description |
---|---|
| |
A method that overrides a method in the superclass | |
An interface or its method that has implementations | |
A method that implements an interface method | |
A recursive function call | |
Run or debug test | |
The test passed successfully | |
The test failed, rerun |