Recently after netbean8 was installed, the cache object disappeared inexplicably when I opened the display to load it. I don't know why; I just used phpstorm and it was pretty good.
1: Download address http://www.jetbrains.com/phpstorm/
2: Registration code:
phpstorm 8 registration code
Username: Learn Programming
License key: (including LICENSE BEGIN and LICENSE END parts)
===== LICENSE BEGIN =====
63758-12042010
00000Ryqh0NCC73lpRm!XVcxFChJ2g
TUR2lZtlLXrPLbQ66Gs8MHs51RvF2y
agoDlzne08Zm8VXbts1UMKE!EW4v8G
===== LICENSE END =====
3: Skin changing settings
Download the xml files of various themes from this website (http://phpstorm-themes.com/),
Then put the file into the phpstorm folder, such as: C:UsersUSERNAME.WebIde80configcolors,
If PHpstorm happens to be open at this time, you need to restart the IDE in order to load the theme you added,
In the menu in the upper left corner of the IDE, select File > Settings > Editor > Colors & Fonts, then in the drop-down menu, select the theme name you just added, save the settings, and you're done.
The above introduces the phpstorm8 usage tutorial, including the content of the phpstorm8 usage tutorial. I hope it will be helpful to friends who are interested in PHP tutorials.