Home > Backend Development > PHP Tutorial > Detailed explanation of PHPStorm theme installation and configuration method_PHP tutorial

Detailed explanation of PHPStorm theme installation and configuration method_PHP tutorial

WBOY
Release: 2016-07-13 17:08:32
Original
1093 people have browsed it

Since many function commands can only be remembered in one part when developing PHP, if you want to write them all, you have to go to Baidu. Later, I heard that there is a PHPStorm that can realize automatic completion, so I downloaded one and installed and configured it. The following is Introduce friends.


Why use phpstorm

PhpStorm is a lightweight and convenient PHP IDE designed to provide user efficiency, deeply understand the user's coding, provide intelligent code completion, fast navigation and instant error checking.


phpstorm keyword installation and configuration

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.

www.bkjia.comtruehttp: //www.bkjia.com/PHPjc/629823.htmlTechArticleSince many function commands can only be remembered in one part when developing PHP, if you want to write them all, you have to use Baidu. Later, I heard that there is a PHPStorm that can realize automatic completion, so I downloaded one and installed and configured it...
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template