Home > Article > Development Tools > How to install php plug-in in phpstorm
Method: First open phpstorm, click "File" - "Setting" - "Plugins" - "Browse repositories" on the top navigation bar; then enter "PHP" in the search box to search for the required PHP plug-in , click "install" to install.
The operating environment of this tutorial: windows7 system, Dell G3 computer, phpstorm2018.2.5.
phpstorm install php plug-in
Enter File-> Setting-> Plugins-> Browse repositories.
Search for the PHP you want Plug-in, click "install" to install it.
Screenshot above:
Then just restart.
[Recommended learning: "PHP Video Tutorial"]
Recommend several commonly used plug-ins
.env files support
Can be used in the env function to prompt the automatic completion function of all key values in the .env file
Markdown support
There is a preview function when writing .md files
PHP composer.json support
When doing PHP component development, there is a preview function when editing the composer.json file The auto-complete function of the corresponding attributes and values
Laravel Plugin
When using the view route config function, prompt the auto-complete function of all corresponding paths and values
PHP Annotation
The above two plug-ins must be installed together. After installing the zircote/swagger-php component in the project, you can prompt the swagger annotation style attribute name and attribute value. The auto-complete function
BashSuporrt
can write .sh scripts, and can also have corresponding syntax prompts when writing
For more related knowledge, please visit the phpstorm column!
The above is the detailed content of How to install php plug-in in phpstorm. For more information, please follow other related articles on the PHP Chinese website!