// Auto format
// Open file without overwriting
"workbench.editor.enablePreview": false,
// Close quick Preview
"editor.minimap.enabled": false,
// Turn on autosave
"files.autoSave": "off",
// Use theme
"workbench.colorTheme": "Darcula Theme from IntelliJ",
"prettier.semi": false, // A semicolon
"prettier.singleQuote": true, // Single quotation marks
"prettier.trailingComma": "none", // Remove the comma at the end
// Head note
"fileheader.customMade": {
"Author": "yhy",
"Date": "Do not edit", // After setting, the default setting is file generation time
"LastEditTime": "Do not edit", // After setting , Save the file, change the default update, last edit time
"LastEditors": "yhy", // After setting , Save the file, change the default and update the last editor
"Description": ""
},
// Function Comments
"fileheader.cursorMode": {
"description": "",
"param": "",
"return": ""
},
// Mobile project rem adapter
"px-to-rem.px-per-rem": 100,
// ----------------------- Auto format configuration eslint+prettier-----------------------
// Auto format every save ctrl+s:: Single quotation marks will be formatted as double quotation marks , Need to be commented out
// "editor.formatOnSave": true,
// Press eslint Format for repair
"editor.codeActionsOnSave": {
"source.fixAll.eslint": true
},
// Configuration pair in configuration .vue Format of file
"[vue]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
// Configuration pair in configuration .ts Format of file
"[typescript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
// Configuration pair in configuration .js Format of file
"[javascript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
// Configuration pair in configuration .json Format of file
"[jsonc]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
}当前位置:网站首页>Vscode auto format
Vscode auto format
2022-07-02 10:15:00 【fengfengyouyou】
边栏推荐
- MySQL index
- Bugkuctf-web24 (problem solving ideas and steps)
- 2837xd 代码生成——补充(2)
- Off grid control of three-phase inverter - PR control
- 【UE5】AI随机漫游蓝图两种实现方法(角色蓝图、行为树)
- [ue5] two implementation methods of AI random roaming blueprint (role blueprint and behavior tree)
- 2837xd Code Generation - Supplement (1)
- [ue5] animation redirection: how to import magic tower characters into the game
- Beautiful and intelligent, Haval H6 supreme+ makes Yuanxiao travel safer
- [unreal] animation notes of the scene
猜你喜欢

Blender多鏡頭(多機比特)切換

2837xd code generation module learning (1) -- GPIO module

Summary of demand R & D process nodes and key outputs

ue4材质的入门和原理笔记

Idempotent design of Internet API interface

It is the most difficult to teach AI to play iron fist frame by frame. Now arcade game lovers have something

Junit5 支持suite的方法

This monitoring system makes workers tremble: turnover intention and fishing can be monitored. After the dispute, the product page has 404

2837xd code generation module learning (3) -- IIC, ECAN, SCI, watchdog, ECAP modules

2837xd 代码生成——StateFlow(3)
随机推荐
Blender摄像机环绕运动、动画渲染、视频合成
UE5——AI追逐(藍圖、行為樹)
C language: making barrels
Project practice, redis cluster technology learning (12)
Brief analysis of edgedb architecture
[200 Shengxin literatures] 95 multiomics exploration TNBC
Matlab生成dsp程序——官方例程学习(6)
About the college entrance examination
QT signal slot summary -connect function incorrect usage
The latest progress and development trend of 2022 intelligent voice technology
Commutateur Multi - lentilles Blender
PI control of grid connected inverter (grid connected mode)
High level application of SQL statements in MySQL database (II)
【虚幻】过场动画笔记
Mixed development of uni app -- Taking wechat applet as an example
【UE5】动画重定向:如何将幻塔人物导入进游戏玩耍
虚幻——动画蓝图、状态机制作人物走跑跳动作
Is the C language too fat
Attack and defense world web advanced area unserialize3
PI control of three-phase grid connected inverter - off grid mode