Home>Article>Development Tools> Recommended VSCode plug-ins that provide efficiency in PHP development (worth collecting)

Recommended VSCode plug-ins that provide efficiency in PHP development (worth collecting)

青灯夜游
青灯夜游 forward
2021-03-30 19:31:21 9919browse

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.

Recommended VSCode plug-ins that provide efficiency in PHP development (worth collecting)

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 teachingRecommended VSCode plug-ins that provide efficiency in PHP development (worth collecting)

  • Chinese language pack: Search Chinese, install and restart;Recommended VSCode plug-ins that provide efficiency in PHP development (worth collecting)

  • ##GitLens and Git History: two useful plug-ins related to git

    Recommended VSCode plug-ins that provide efficiency in PHP development (worth collecting)Recommended VSCode plug-ins that provide efficiency in PHP development (worth collecting)

  • PHP Intelephense: PHP compilation plug-in. After installation, restart and wait for a moment to complete the compilation. It is 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)

    Recommended VSCode plug-ins that provide efficiency in PHP development (worth collecting)

  • 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


    Recommended VSCode plug-ins that provide efficiency in PHP development (worth collecting)

  • PHP debug plug-in, this plug-in needs to install php-xdebug and configure it before it can be used normally

    Recommended VSCode plug-ins that provide efficiency in PHP development (worth collecting)

  • PHP formatting plug-in: phpfmt The default is PSR2 encoding format

    Recommended VSCode plug-ins that provide efficiency in PHP development (worth collecting)

Recommended learning: "

vscode tutorial"

Other recommended plug-ins:

  • Env file management plug-in: dotenv


    Recommended VSCode plug-ins that provide efficiency in PHP development (worth collecting)

  • vscode file icon plug-in: vscode-icons

    Recommended VSCode plug-ins that provide efficiency in PHP development (worth collecting)

  • markdown editing plug-in: This plug-in can edit markdown files while browsing the output effect


    Recommended VSCode plug-ins that provide efficiency in PHP development (worth collecting)

  • Linux script formatting plug-in: shell-format

    Recommended VSCode plug-ins that provide efficiency in PHP development (worth collecting)

  • Code Runner: Can debug the selected code

    Recommended VSCode plug-ins that provide efficiency in PHP development (worth collecting)

  • (front-end development) Vue plug-in: Vetur

    Recommended VSCode plug-ins that provide efficiency in PHP development (worth collecting)

  • (front-end development) typeScript compilation error reporting plug-in: TSLint

    Recommended VSCode plug-ins that provide efficiency in PHP development (worth collecting)

  • ##Vim editing plug-in

  • Recommended VSCode plug-ins that provide efficiency in PHP development (worth collecting)

  • VsCode official website download address

Necessary plug-in installation:

    WSL link related plug-in: Remote - WSL search remote and then install this plug-in
  • Recommended VSCode plug-ins that provide efficiency in PHP development (worth collecting)

  • Chinese language pack: Search Chinese and install and restart;
  • GitLens and Git History: Two useful plug-ins related to gitRecommended VSCode plug-ins that provide efficiency in PHP development (worth collecting)Recommended VSCode plug-ins that provide efficiency in PHP development (worth collecting)

  • 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)Recommended VSCode plug-ins that provide efficiency in PHP development (worth collecting)

  • 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
    Recommended VSCode plug-ins that provide efficiency in PHP development (worth collecting)

  • PHP debug plug-in, this plug-in needs to install php-xdebug and configure it before it can be used normallyRecommended VSCode plug-ins that provide efficiency in PHP development (worth collecting)

  • PHP formatting plug-in: phpfmt The default is PSR2 encoding formatRecommended VSCode plug-ins that provide efficiency in PHP development (worth collecting)

Other recommended plug-ins:

env file management plug-in: dotenv
Recommended VSCode plug-ins that provide efficiency in PHP development (worth collecting)

vscode file Icon plug-in: vscode-iconsRecommended VSCode plug-ins that provide efficiency in PHP development (worth collecting)

markdown editing plug-in: This plug-in can edit markdown files and browse the output effects
Recommended VSCode plug-ins that provide efficiency in PHP development (worth collecting)

Linux script formatting plug-in: shell-formatRecommended VSCode plug-ins that provide efficiency in PHP development (worth collecting)

Code Runner: Can debug the selected codeRecommended VSCode plug-ins that provide efficiency in PHP development (worth collecting)

(front-end development) Vue plug-in: VeturRecommended VSCode plug-ins that provide efficiency in PHP development (worth collecting)

(front-end Development) typeScript compilation error plug-in: TSLintRecommended VSCode plug-ins that provide efficiency in PHP development (worth collecting)

Vim editing plug-in
Recommended VSCode plug-ins that provide efficiency in PHP development (worth collecting)

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!

Statement:
This article is reproduced at:csdn.net. If there is any infringement, please contact admin@php.cn delete