0

When I see the intellisense menu in WebStorm, it shows little circular icons with lettering on them (i.e. "v", "m", "f", "p").

Does anyone know what all the icons mean, or know where there is a reference to understanding WebStorm's intellisense?

Makoto
  • 104,088
  • 27
  • 192
  • 230
Matthew Layton
  • 39,871
  • 52
  • 185
  • 313

1 Answers1

5

You can find the icons reference in WebStorm help.

  • v - variable
  • m - method
  • f - field
  • p - parameter
CrazyCoder
  • 389,263
  • 172
  • 990
  • 904