PHPStorm主题安装配置方法详解_PHP教程
为什么要使用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.
推荐阅读
-
Mysql 5.7.19 免安装版配置方法教程详解(64位)
-
php版本CKEditor 4和CKFinder安装及配置方法图文教程
-
docker 安装 php-fpm 服务 / 扩展 / 配置的示例教程详解
-
Windows和Linux中php代码调试工具Xdebug的安装与配置详解_PHP教程
-
ECMall支持SSL连接邮件服务器的配置方法详解_PHP教程
-
PHPStorm主题安装配置方法详解
-
phpMyAdmin安装配置方法全过程,及问题解决_PHP教程
-
PHP7+Nginx的配置与安装教程详解_php实例
-
PHPstorm中xdebug安装配置说明_PHP教程
-
浅谈php+phpStorm+xdebug配置方法,phpstormxdebug_PHP教程