您好,欢迎访问一九零五行业门户网

PHPStorm主题安装配置方法详解_PHP教程

由于在php开发时很多函数命令都只记得一个部份,如果要全写还得百度,后来听说有一个phpstorm可实现自动补全,我就下载了一个并安装配置了,下面给各位朋友介绍。
为什么要使用phpstorm
phpstorm是一个轻量级且便捷的php ide,其旨在提供用户效率,可深刻理解用户的编码,提供智能代码补全,快速导航以及即时错误检查。
phpstorm主题词安装与配置
osx
on finder, navigate to the location where you downloaded the xml and copy it. then press shift+command+g and go to:
~/library/preferences/webide10/colors/starting from version 4 the location changed to:
~/library/preferences/webide40/colors/~/library/preferences/webide50/config/colors/paste the .xml file in and restart your ide. then navigate to settings > editor > colors & fonts and select the color scheme you just added.
windows
on windows explorer, select the xml file just downloaded and copy it. then navigate to the colors folder, located in:
c:/users/username/.webide10/config/colorspaste the .xml file in and restart your ide.  then navigate to file > settings > editor > colors & fonts and select the color scheme you just added.
linux
on linux, the color files are located in:
~/.webide50/config/colors/
after you put your .xml files, restart your ide. then navigate to file > settings > editor > colors & fonts and select the color scheme you just added.
http://www.bkjia.com/phpjc/629823.htmlwww.bkjia.comtruehttp://www.bkjia.com/phpjc/629823.htmltecharticle由于在php开发时很多函数命令都只记得一个部份,如果要全写还得百度,后来听说有一个phpstorm可实现自动补全,我就下载了一个并安装配置...
其它类似信息

推荐信息