Home  >  Article  >  Development Tools  >  How to install plug-ins in phpstorm

How to install plug-ins in phpstorm

步履不停
步履不停Original
2019-06-25 09:38:479800browse

How to install plug-ins in phpstorm

##Enter File -> Settings -> Plugins -> Browse repositories and search for the plug-in you want to install.

Recommend several common plug-ins

.env files support

You can use the env function to prompt for all keys in the .env file Value auto-complete function

Markdown support

Preview function when writing .md file

PHP composer.json support

When developing PHP components, there is an auto-complete function for corresponding attributes and values ​​when editing the composer.json file


Laravel Plugin

When using the view route config function, prompt the automatic completion function of all corresponding paths and values


Swagger Plugin

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. The automatic completion function of attribute names and attribute values ​​


BashSuporrt

can write .sh scripts, and can also have corresponding syntax prompts when writing. Function


For more phpstorm related technical articles, please visit the

phpstorm tutorial column to learn!

The above is the detailed content of How to install plug-ins in phpstorm. For more information, please follow other related articles on the PHP Chinese website!

Statement:
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