Home > Development Tools > VSCode > body text

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

青灯夜游
Release: 2022-12-13 09:51:23
forward
9989 people have browsed it

This article recommends some VSCode practical 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!

Related labels:
source:csdn.net
Statement of this Website
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
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template