WebStorm 2019.1 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 svg

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.

Last modified: 16 May 2019

See Also