What does each of the member info icons mean?

Searched the forums but could not find a clear answer - not sure what the correct terms are for WebStorm to search for.

The intellisense (or smart completion?) brings up a list of members with icons (p, m, v etc.) listed.
Where can I find a definition of exactly what each of them mean in WebStorm?



Attachment(s):
Capture.PNG
0
2 comments

c - class
i - interface

In a class:
     m - method
     p - property

Outside of a class:
     v - variable
     f - function

etc.

It's using the standard PHP naming for objects.

2

Unfortunately there's no summary page.
However you may learn meanin studying structure view or popup on your code. Its quite simple actually..

0

Please sign in to leave a comment.