php专区

 首页 > php专区 > PHP基础 > 环境 > PHPStorm主题安装配置方法详解

PHPStorm主题安装配置方法详解

分享到:
【字体:
导读:
          由于在php开发时很多函数命令都只记得一个部份,如果要全写还得百度,后来听说有一个PHPStorm可实现自动补全,我就下载了一个并安装配置了,下面给各位朋友介绍. 为什么要使用phpstorm P...

由于在php开发时很多函数命令都只记得一个部份,如果要全写还得百度,后来听说有一个PHPStorm可实现自动补全,我就下载了一个并安装配置了,下面给各位朋友介绍.

为什么要使用phpstorm

PhpStorm是一个轻量级且便捷的PHP IDE,其旨在提供用户效率,可深刻理解用户的编码,提供智能代码补全,快速导航以及即时错误检查.

phpstorm主题词安装与配置:

  1. OSX 
  2.  
  3. On Finder, navigate to the location where you downloaded the XML and copy it. Then press shift+command+g and go to: 
  4.  
  5. ~/Library/Preferences/WebIDE10/colors/Starting from version 4 the location changed to: 
  6.  
  7. ~/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. 
  8.  
  9. Windows 
  10.  
  11. On Windows Explorer, select the XML file just downloaded and copy it. Then navigate to the colors folder, located in: 
  12.  
  13. 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. 
  14.  
  15. Linux 
  16.  
  17. On Linux, the color files are located in: 
  18. //开源代码phpfensi.com 
  19. ~/.WebIde50/config/colors/ 
  20.  
  21. 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. 
  22.  
分享到:
PHP安装mbstring扩展模块详解
在php中不管是在linux系统还是windows系统mbstring模块默认都是不可以使用的,下面我来介绍在不同系统中安装mbstring方法. Centos下: 用SSH登录Centos后执行以下命令: 1.执行 yum install php-mbstring 2.修改php.ini vi /etc/php.ini #将下面内容前面的分号去掉,如果没有这一行,直接加入一行extens...
mac php netbeans xdebug 配置方法详解
本文章来给大家详细介绍关于mac php netbeans xdebug 配置方法详解,希望此教程对各位同学有所帮助. PHP 配置 /opt/local/var/db/php5/xdebug.ini,代码如下: zend_extension=/opt/local/lib/php/extensions/no-debug-non-zts-20090626/xdebug.so   [xdebug]   xdebug.remote_enable=1...
  •         php迷,一个php技术的分享社区,专属您自己的技术摘抄本、收藏夹。
  • 在这里……