程序師世界是廣大編程愛好者互助、分享、學習的平台,程序師世界有你更精彩!
首頁
編程語言
C語言|JAVA編程
Python編程
網頁編程
ASP編程|PHP編程
JSP編程
數據庫知識
MYSQL數據庫|SqlServer數據庫
Oracle數據庫|DB2數據庫
 程式師世界 >> 編程語言 >> 網頁編程 >> PHP編程 >> 關於PHP編程 >> PHPStorm主題安裝配置方法詳解

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.

  1. 上一頁:
  2. 下一頁:
Copyright © 程式師世界 All Rights Reserved