How to convert code into one line with VSCode

angryTom
Release: 2020-02-05 09:18:55
Original
8427 people have browsed it

VSCode compresses the code into one line. Sometimes we hope to have an automated tool to help us compress the code. VSCode can achieve this. Let’s take a look at how to achieve it.

How to convert code into one line with VSCode

How does VSCode convert the code into a line

1. Select the line you want to merge and pressCtrl Shift PCall up the command window, enterjoin lines, and confirm the execution to merge multiple lines.

How to convert code into one line with VSCode

How to convert code into one line with VSCode2. If you want to restore the code, you can use theBeautifyplug-in to achieve

When using, press F1, enter bea, and press Enter to format the file

How to convert code into one line with VSCode

How to convert code into one line with VSCode

## Recommended related articles and tutorials:

vscode tutorial

The above is the detailed content of How to convert code into one line with VSCode. For more information, please follow other related articles on the PHP Chinese website!

Related labels:
source:php.cn
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
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!