WebStorm 2018.1 Help

Symbols

File types

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

ws_symbols_file_types.png

Icons in tool windows and structure views

IconDescription
classTypeJavaClass.png Class
classTypeAbstract Abstract class
classTypeInterface Interface
method.png Method/function
function lambdaFunction in Dart
variable.png Variable
field.png Field
property Property
property yellow Parameter
xml element Element
folder Directory
root_Test.png Tests
rootResource Resource root
root Excluded Excluded
Visibility modifiers
private.png Private
protected.png Protected
public.png Public
Last modified: 20 July 2018

See Also