84863

Question:
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?
Answer1:You can find the <a href="http://www.jetbrains.com/webstorm/webhelp/symbols.html" rel="nofollow">icons reference</a> in WebStorm help.
<ul><li>v
- variable</li>
<li>m
- method</li>
<li>f
- field</li>
<li>p
- parameter</li>
</ul>