This article will share with you 30 VSCode plug-ins that improve the efficiency of PHP development. It has certain reference value. Friends in need can refer to it. I hope it will be helpful to everyone.
Today I will introduce some very useful plug-ins that I use every day. With them, our VSC (VSCode) will be like a unicorn with five lasers!
If you are still new to VSC, click the bottom button on the left to install the plug-in.
Visual Studio Code’s oldest theme!
Automatically search, analyze, and then provide code completion. For TypeScript and TSX, this works.
This plug-in will display the size of the imported package at the end of the line. To calculate bundle size, the plugin uses Webpack and babili-webpack-plugin.
## Recommended study: "vscode tutorial"
Git Project Manager allows you to directly search and open a project managed based on Git with one click.
Used to view git log or the git history of a file, compare different branches, and commits.
Provides a more concise way to create, copy, move, rename, delete files/files folder.
If your code has a lot of callbacks, then this highlighting can help you better understand into different code blocks.
Visually display the colors you define.
You can locate its definition in HTML by CSS id or class.
Use Chrome to debug your JavaScript code, or other platforms that support the Chrome Debugger protocol.
Execute JavaScript code in real time (useful for quick demos).
Highlight those redundant spaces and quickly delete them.
Children’s shoes to assist with TypeScript programming!
Generate data reports from your usage habits.
Vue tools under VS Code! Developed by Pine Wu, it has accumulated more than 4 million downloads!
Supports immediate execution of code in multiple languages. Supported languages: C, C, Java, JavaScript, PHP, Python, Perl, Perl 6, Ruby, Go, Lua, Groovy, PowerShell, BAT/CMD, BASH/SH, F# Script, F# (.NET Core), C# Script, C# (.NET Core), VBScript, TypeScript, CoffeeScript, Scala, Swift, Julia, Crystal, OCaml Script, R, AppleScript, Elixir, Visual Basic .NET, Clojure, Haxe, Objective-C, Rust, Racket, AutoHotkey , AutoIt, Kotlin, Dart, Free Pascal, Haskell, Nim, D.
For more programming-related knowledge, please visit: Introduction to Programming! !
The above is the detailed content of 30 VSCode plug-ins to improve PHP development efficiency. For more information, please follow other related articles on the PHP Chinese website!