phpStorm中Structure窗口中的符号代表的意思

参考:https://www.jetbrains.com/help/phpstorm/2016.3/symbols.html

Icon

 Description
classTypeJavaClass.png Class 类
classTypeFinal.png Final class  不可继承类
classTypeAbstract Abstract class 抽象类
classTypeInterface Interface 接口
/help/img/idea/2016.3/phpTrait.png PHP trait
classTypeTestCase Test case
method.png Method/function 方法  
icon_interface_method.png Method/function in an interface
variable.png Variable in tool windows and dialogs 变量
/help/img/idea/2016.3/ps_variable_completion_list.png Variable in completion lists
php_storm_structure_show_constants.png Constant
field.png Field
property Property 属性
/help/img/idea/2016.3/property_yellow.png Parameter 方法参数
/help/img/idea/2016.3/xml_element.png Element
/help/img/idea/2016.3/folder.png Directory
/help/img/idea/2016.3/rootSource.gif Source root
/help/img/idea/2016.3/rootTest.gif Test root
/help/img/idea/2016.3/rootResource.png Resource root
/help/img/idea/2016.3/rootExcluded.gif Excluded root
ps_php_exception_breakpoint.png Exception
Visibility modifiers
private.png Private 私有
protected.png Protected
public.png Public

考虑换下webstorm试试了.

原文地址:https://www.cnblogs.com/ptqueen/p/6543186.html