// 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】
边栏推荐
- 2837xd 代码生成——补充(3)
- Data insertion in C language
- C language strawberry
- [200 Shengxin literatures] 95 multiomics exploration TNBC
- 2837xd Code Generation - stateflow (4)
- Spatial interpretation | comprehensive analysis of spatial structure of primary liver cancer
- 2837xd code generation - Supplement (2)
- 【虚幻】武器插槽:拾取武器
- Project practice, redis cluster technology learning (IX)
- Share a blog (water blog)
猜你喜欢
![[illusory] automatic door blueprint notes](/img/7a/14a66e5b623c7740dc91a15a328b10.png)
[illusory] automatic door blueprint notes

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

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

Blender石头雕刻

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

Blender multi lens (multi stand) switching

Alibaba cloud SLS log service

2837xd 代码生成——StateFlow(1)

Memories of a chat

虚幻——动画蓝图、状态机制作人物走跑跳动作
随机推荐
2837xd code generation - Supplement (3)
[unreal] key to open the door blueprint notes
C language programming problems
阿里云SLS日志服务
Beautiful and intelligent, Haval H6 supreme+ makes Yuanxiao travel safer
go语言入门
Translation d30 (with AC code POJ 28:sum number)
ue4材质的入门和原理笔记
2.14 is it Valentine's day or Valentine's day when the mainstream market continues to fluctuate and wait for changes?
MySQL index
[ue5] blueprint making simple mine tutorial
Spatial interpretation | comprehensive analysis of spatial structure of primary liver cancer
2837xd code generation module learning (2) -- ADC, epwm module, timer0
【虚幻】按键开门蓝图笔记
Binary and decimal system of C language
Alibaba cloud SLS log service
Bugkuctf-web16 (backup is a good habit)
2837xd Code Generation - stateflow (4)
Matlab生成dsp程序——官方例程学习(6)
Cmake command - Official Document