Getting started with PHP code editor PHPstorm

Time: 2017-06-14Source: Huajun InformationAuthor: The cat that doesn’t eat fish

Many netizens who are engaged in PHP development are looking for tutorials on PhpStorm. At present, the online tutorials are not comprehensive. Therefore, the editor has specially compiled a usage tutorial today. The tutorial includes: installation steps, common techniques and precautions. I hope it will be helpful to all netizens. Please bear with me if this article is not complete!

  PhpStorm

PhpStorm

PhpStorm is a powerful IDE that is very suitable for PHP developers and front-end engineers. Provides functions such as: intelligent HTML/CSS/JavaScript/PHP editing, code quality analysis, version control integration (SVN, GIT), debugging and testing. Plus, it's cross-platform. Available under both Windows and MacOS. PhpStorm - Make development smarter, not harder.

Tools/Materials:

PhpStorm installation files

PhpStorm License (Registration Code)

PhpStorm installation method/steps:

1. Installation;

2. After the installation is complete, enter the following License to crack:

User name

EMBRACE

License key

===== LICENSE BEGIN =====

43136-12042010

00002UsvSON704l"dILe1PVx3y4"B3

49AU6oSDJrsjE8nMOQh"8HTDJHIUUh

gd1BebYc5U”6OxDbVsALB4Eb10PW8”

===== LICENSE END =====

PhpStorm common tips:

1. Local modification record;

Right-click on the project name and click Local History | Show History. You can see the various historical versions of the project file; Alt+Shift+C, you can see the latest modifications to the project. This is its version integration feature.

2. Recently edited;

Ctrl+E. Quickly open files you recently edited.

  Recently edited

Recently edited

Related articles更多>>