Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

How to configure PHP_CodeSniffer to check the code automatically by phpStorm

2025-01-19 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Internet Technology >

Share

Shulou(Shulou.com)06/02 Report--

This article mainly introduces phpStorm how to configure PHP_CodeSniffer automatic check code, has a certain reference value, interested friends can refer to, I hope you can learn a lot after reading this article, the following let Xiaobian take you to understand.

Environment ubuntu18.4 phpstorm php7.2

The most correct installation method

Sudo apt-get install php-codesniffer

Composer install PHP_CodeSniffer

Composer global require "squizlabs/php_codesniffer=*" / / all kinds of problems after this method is installed

Configure phpstorm

Find the phpcs file and remember

Jiang@jiang:/usr/local$ cd / home/jiang/.config/composer/vendor/bin/jiang@jiang:~/.config/composer/vendor/bin$ lsphpcbf phpcs

Add the execution path to the environment variable vim ~ / .bashrc

Export PHPCODESNIFFER=/home/jiang/.composer/vendor; export PATH=$JAVA_HOME/usr/local/eclipse:$ECLIPSE_HOME:$MAVEN_HOME/bin:$TOMCAT_HOME/bin:$TOMCAT_HOME/bin:$PHPCODESNIFFER/bin:$PATH:

Select File- > Setting- > Languages & Frameworks- > PHP- > Quality Tools- > Code Sniffer and configure as follows

Select File- > Setting- > Editor- > Inspections- > Quality Tools- > check PHP Code Sniffer Validation and select PSR2 on the right

Click to verify

Thank you for reading this article carefully. I hope the article "how to configure PHP_CodeSniffer automatic check Code for phpStorm" shared by the editor will be helpful to everyone. At the same time, I also hope that you will support and pay attention to the industry information channel. More related knowledge is waiting for you to learn!

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Internet Technology

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report