加入收藏 | 设为首页 | 会员中心 | 我要投稿 PHP编程网 - 黄冈站长网 (http://www.0713zz.com/)- 数据应用、建站、人体识别、智能机器人、语音技术!
当前位置: 首页 > 站长学院 > PHP教程 > 正文

PHPStorm主题安装配置方法详解

发布时间:2022-06-21 15:03:14 所属栏目:PHP教程 来源:互联网
导读:由于在php开发时很多函数命令都只记得一个部份,如果要全写还得百度,后来听说有一个PHPStorm可实现自动补全,我就下载了一个并安装配置了,下面给各位朋友介绍. 为什么要使用phpstorm PhpStorm是一个轻量级且便捷的PHP IDE,其旨在提供用户效率,可深刻理解用户
  由于在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:
  //开源代码phpfensi.com
  ~/.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.
 

(编辑:PHP编程网 - 黄冈站长网)

【声明】本站内容均来自网络,其相关言论仅代表作者个人观点,不代表本站立场。若无意侵犯到您的权利,请及时与联系站长删除相关内容!

    热点阅读