当前位置:网站首页>35 quick format code
35 quick format code
2022-07-25 14:43:00 【hello_ sunny123】
VScode Automatically format code when saving code
(1) Installing a plug-in vetur
(2) file ----- Preferences ----- Set up ;
(3) work area ----- Text editor ----- Formatting -----Format On Save( Check );
Test code :
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title> Quick format code </title>
<style> body{
width:100px; height:200px; } </style>
</head>
<body>
<div>123</div>
<div>abc</div>
</body>
</html>
preservation :Ctrl+s; Automatically save and align immediately after
Code :
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title> Quick format code </title>
<style> body {
width: 100px; height: 200px; } </style>
</head>
<body>
<div>123</div>
<div>abc</div>
</body>
</html>
边栏推荐
猜你喜欢
![[MySQL series] - how much do you know about the index](/img/d7/5045a846580be106e2bf16d7b30581.png)
[MySQL series] - how much do you know about the index

SSM framework integration, simple case

006 operator introduction

元器件采购系统的主要功能,数字化采购助力元器件企业飞速发展

The concept and operation rules of calculus of variations

D2. Chopping Carrots (Hard Version) (每日一题)

Realsense-Ros安装配置介绍与问题解决

Save the image with gaussdb (for redis), and the recommended business can easily reduce the cost by 60%

Alibaba cloud installs mysql5.7

The solution to the problem that the progress bar of ros2 installation connext RMW is stuck at 13%
随机推荐
AS查看依赖关系和排除依赖关系的办法
Runtimeerror: CUDA out of memory (solved) [easy to understand]
[nuxt 3] (XI) transmission & module
Pytorch training code writing skills, dataloader, Einstein logo
Save the image with gaussdb (for redis), and the recommended business can easily reduce the cost by 60%
kibana操作es
37 元素模式(行内元素,块元素,行内块元素)
The concept and operation rules of calculus of variations
各种平台dpkg包下载地址(包括arm64)
软件测试 -- 1 软件测试知识大纲梳理
Writing standard of physical quantities and unit symbols
The input input box of H5 page pops up the numeric keypad, which needs to support decimal points
006操作符简介
45padding不会撑开盒子的情况
Bond0 script
Number of high-quality number pairs [bit operation characteristics + abstract ability evaluation + grouping fast statistics]
51单片机学习笔记(1)
thymeleaf通过样式控制display是否显示
English语法_不定代词 - other / another
QObject source code analysis -d pointer and Q pointer