Home>Article>Development Tools> Recommended VSCode plug-ins that provide efficiency in PHP development (worth collecting)
This article recommends someVSCodepractical plug-ins for PHP development. It has certain reference value. Friends in need can refer to it. I hope it will be helpful to everyone.
VSCode official website download address: https://code.visualstudio.com/
Necessary plug-in installation:
WSL link related plug-ins: Remote - WSL Search remote and then install this plug-in [Recommended learning:vscode tutorial,Programming teaching】
Chinese language pack: Search Chinese, install and restart;
vscode tutorial"
Other recommended plug-ins:Necessary plug-in installation:
GitLens and Git History: Two useful plug-ins related to git
PHP Intelephense: PHP compilation plug-in, install it and restart Wait a moment for compilation to be completed, a key plug-in for code jump. (Pay attention to the name of this plug-in. The plug-in icon is an elephant. Do not pretend to be another PHP compilation plug-in! This plug-in compiles quickly! The other one is PHP IntelliSense. The name is very similar. Don’t install it wrong)
PHP interface comment plug-in: After installation, you can use the "/**" shortcut key Tab to automatically generate interface and document comments. For more configuration, please refer to the plug-in description
PHP debug plug-in, this plug-in needs to install php-xdebug and configure it before it can be used normally
PHP formatting plug-in: phpfmt The default is PSR2 encoding format
Other recommended plug-ins:
env file management plug-in: dotenv
vscode file Icon plug-in: vscode-icons
markdown editing plug-in: This plug-in can edit markdown files and browse the output effects
Linux script formatting plug-in: shell-format
Code Runner: Can debug the selected code
(front-end development) Vue plug-in: Vetur
(front-end Development) typeScript compilation error plug-in: TSLint
Vim editing plug-in
For more programming-related knowledge, please visit:Programming Video! !
The above is the detailed content of Recommended VSCode plug-ins that provide efficiency in PHP development (worth collecting). For more information, please follow other related articles on the PHP Chinese website!