WebStorm 2018.2 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

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: 19 November 2018

See Also