// 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】
边栏推荐
- 【UE5】AI随机漫游蓝图两种实现方法(角色蓝图、行为树)
- 阿里云ack介绍
- Brief analysis of edgedb architecture
- Blender摄像机环绕运动、动画渲染、视频合成
- 2837xd code generation - Supplement (3)
- 2837xd code generation - Supplement (2)
- 【UE5】蓝图制作简单地雷教程
- 2837xd code generation - Supplement (1)
- [unreal] key to open the door blueprint notes
- Following nym, the new project Galaxy token announced by coinlist is gal
猜你喜欢
TD conducts functional simulation with Modelsim
ue虛幻引擎程序化植物生成器設置——如何快速生成大片森林
Alibaba cloud SLS log service
Following nym, the new project Galaxy token announced by coinlist is gal
滲透測試的介紹和防範
Blender摄像机环绕运动、动画渲染、视频合成
2837xd代码生成模块学习(2)——ADC、ePWM模块、Timer0
The primary market project galaxy will conduct public offering on coinlist on February 17
Introduction et prévention des essais de pénétration
Blender石头雕刻
随机推荐
[illusory] automatic door blueprint notes
Blender摄像机环绕运动、动画渲染、视频合成
2837xd 代码生成——补充(1)
Blender模型导入ue、碰撞设置
2837xd code generation module learning (2) -- ADC, epwm module, timer0
【UE5】蓝图制作简单地雷教程
虚幻AI蓝图基础笔记(万字整理)
Tinyxml2 reading and modifying files
Attack and defense world web advanced area unserialize3
Career planning and development
This monitoring system makes workers tremble: turnover intention and fishing can be monitored. After the dispute, the product page has 404
How does {} prevent SQL injection? What is its underlying principle?
Image recognition - data augmentation
2837xd code generation - stateflow (2)
Mysql索引
2837xd code generation - Supplement (3)
Ue5 - AI pursuit (blueprint, behavior tree)
[ue5] blueprint making simple mine tutorial
Project practice, redis cluster technology learning (12)
Brief analysis of edgedb architecture