WebStorm 2019.3 Help

Symbols

File types

To view the list of file types recognized by WebStorm, in the Settings/Preferences dialog Ctrl+Alt+S, go to | 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.

File type settings

Icons in tool windows and structure views

Icon

Description

icons fileTypes javaClass

Class

Groovy icons groovy abstractClass

Abstract class

icons nodes interface

Interface

method.png

Method/function

function lambda

Function in Dart

variable.png

Variable

icons nodes field

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

Bookmarks

bookmarkCheck

Anonymous bookmark – a check sign bookmark. Bookmarks are used for quick navigation within a file or across the entire project.

bookmarkMnemonic

Lettered mnemonic bookmark – a letter in the interval from A to Z.

bookmarkNumber

Numbered mnemonic bookmark – a number in the interval from 0 to 9.

Icons in the gutter

Icon

Description

Has Subclasses
  • A class that has subclasses

  • A method that is overridden

Overrides Method

A method that overrides a method in the superclass

Has Implementations

An interface or its method that has implementations

Is an Implementation

A method that implements an interface method

Run test

Run or debug test

Test passed

The test passed successfully

Test failed

The test failed, rerun

Last modified: 4 April 2020