Home > Development Tools > VSCode > body text

30 VSCode plug-ins to improve PHP development efficiency

青灯夜游
Release: 2021-04-27 18:55:37
forward
7390 people have browsed it

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.

30 VSCode plug-ins to improve PHP development efficiency

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.

30 VSCode plug-ins to improve PHP development efficiency

Material Theme

Visual Studio Code’s oldest theme!

30 VSCode plug-ins to improve PHP development efficiency

Auto Import

Automatically search, analyze, and then provide code completion. For TypeScript and TSX, this works.

30 VSCode plug-ins to improve PHP development efficiency

Import Cost

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.

30 VSCode plug-ins to improve PHP development efficiency

30 VSCode plug-ins to improve PHP development efficiency

## Recommended study: "

vscode tutorial"

Indent-Rainbow

A simple plugin can make alignment more readable.

30 VSCode plug-ins to improve PHP development efficiency

IntelliSense for CSS class names in HTML

Based on your project and external files referenced through the link tag, this smart plug-in Provides completion of CSS class names in HTML.

30 VSCode plug-ins to improve PHP development efficiency

SVG Viewer

A plug-in for previewing SVG.

30 VSCode plug-ins to improve PHP development efficiency

Prettier

You absolutely cannot live without this plug-in, you need it to beautify your JavaScript/TypeScript/CSS with one click code.

30 VSCode plug-ins to improve PHP development efficiency

Sublime Text Keymap and Settings Importer

Judging from the number of downloads, it seems that many people have transferred from Sublime Text .

30 VSCode plug-ins to improve PHP development efficiency

This plug-in changes the shortcut key bindings of visual studio code to the same as Sublime Text 3. You can try: cmd P (Mac), ctrl P (Windows).

30 VSCode plug-ins to improve PHP development efficiency

You can jump to files, and if you add the > symbol before the search, you can even search for actions, such as opening the built-in terminal, installing plug-ins, etc.

For those who are used to using ST3, this is a big plus.

npm Intellisense

The VSCode plug-in can automatically complete npm module names in import statements.

30 VSCode plug-ins to improve PHP development efficiency

lit-html

In JavaScript/TypeScript files, if HTML tags are used, lit-html provides syntax Highlighting and corresponding completion support.

30 VSCode plug-ins to improve PHP development efficiency

highlight-matching-tag

This should have been a function that VSCode should provide by default, highlighting matching tags.

30 VSCode plug-ins to improve PHP development efficiency

GitLens

Don’t say anything, just post the picture!

30 VSCode plug-ins to improve PHP development efficiency

Git Project Manager

Git Project Manager allows you to directly search and open a project managed based on Git with one click.

30 VSCode plug-ins to improve PHP development efficiency

Git History

Used to view git log or the git history of a file, compare different branches, and commits.

30 VSCode plug-ins to improve PHP development efficiency

File Utils

Provides a more concise way to create, copy, move, rename, delete files/files folder.

30 VSCode plug-ins to improve PHP development efficiency

Bracket Pair Colorizer

If your code has a lot of callbacks, then this highlighting can help you better understand into different code blocks.

30 VSCode plug-ins to improve PHP development efficiency

Color Highlight

Visually display the colors you define.

30 VSCode plug-ins to improve PHP development efficiency

CSS Peek

You can locate its definition in HTML by CSS id or class.

30 VSCode plug-ins to improve PHP development efficiency

Debugger for Chrome

Use Chrome to debug your JavaScript code, or other platforms that support the Chrome Debugger protocol.

30 VSCode plug-ins to improve PHP development efficiency

Quokka.js

Execute JavaScript code in real time (useful for quick demos).

30 VSCode plug-ins to improve PHP development efficiency

Trailing Spaces

Highlight those redundant spaces and quickly delete them.

30 VSCode plug-ins to improve PHP development efficiency

TypeScript Hero

Children’s shoes to assist with TypeScript programming! 30 VSCode plug-ins to improve PHP development efficiency

WakaTime

Generate data reports from your usage habits. 30 VSCode plug-ins to improve PHP development efficiency

Vetur

Vue tools under VS Code! Developed by Pine Wu, it has accumulated more than 4 million downloads! 30 VSCode plug-ins to improve PHP development efficiency

Code Runner

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.

30 VSCode plug-ins to improve PHP development efficiency

PHP IntelliSense

30 VSCode plug-ins to improve PHP development efficiency

##vscode-icons

Icon collection.

30 VSCode plug-ins to improve PHP development efficiency

Jest

Have fun using Jest for Facebook.

30 VSCode plug-ins to improve PHP development efficiency

React.js code snippets

It is very convenient to use ES6 syntax to develop React.js applications.

30 VSCode plug-ins to improve PHP development efficiency
---END---

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!

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
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!