PhpStorm - Wrong icon for language

瘦欲@ 提交于 2019-12-26 10:36:45

问题


I just updated my PhpStorm to the latest version (2017.1.2) but when I open my current project (Laravel) I saw wrong icon in each file for PHP, the icon is C like in this picture:

But when I see for another directory, the icon is correct:

How to change the Icon to correct icon? Is it just an icon or also change the programming language to C?


回答1:


The C is just indicating the file is entirely made up of a class matching the name of the file.

This is a recent addition to PhpStorm.

This icon has no effect on the type of file, it is still a PHP file.



来源:https://stackoverflow.com/questions/43485173/phpstorm-wrong-icon-for-language

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!