Idea's php plug-in installation method: 1. Select Settings in the menu bar and select Plugins again; 2. Click on the bottom side to browse the plug-in library; 3. Enter the keyword php and search for php in the plug-in library Plug-in; 4. Click on the right side to install.
The operating environment of this article: Windows 7 system, IntelliJ IDEA 2019.2, Dell G3 computer.
IDEA’s PHP plug-in installation tutorial
First of all, let’s take a look at the display status of the PHP code imported by default before the plug-in is installed. The icons and syntax cannot be recognized, just like The same as a normal text editor
Select Settings in the menu bar (shortcut key Ctrl Alt S), and select Plugins again
The plug-in list page on the right is a list of installed plug-ins. Click Browse repositories on the bottom side
Enter the keyword php and search for the php plug-in in the plug-in repository. After selecting, click Install on the right side. After the installation is completed, Restart Intellij IDEA will be displayed
After the restart is completed, in the php menu option of the settings page again, Associate the PHP installation directory
#After the association is completed, go back and check the previous PHP code. At this time, the PHP file icon is displayed normally, and the code statement highlighting and prompts are normal. shown. This means that the installation of the php plug-in has been completed and the development of the php project can be carried out.
Recommended study: "PHP Video Tutorial"
The above is the detailed content of idea php plug-in installation tutorial. For more information, please follow other related articles on the PHP Chinese website!