当前位置:网站首页>Yyds dry goods count 【 vs code work record III 】 set vs code format
Yyds dry goods count 【 vs code work record III 】 set vs code format
2022-06-28 23:34:00 【Front end ballad】
Preface
I'm a ballad I have a brother Ranking at the peak c Station general list 19 It's called a little ballad Once I spent three years creating him Now I will surpass him in five years Today is another day close to my brother. Life is inevitably bumpy Big deal, start over The will of ballads is eternal It's easy to give up But persistence must be cool
Introduction
ballad ballad Yours vs code It's reassembled Is it necessary to format


Solutions
open vs code ctrl+shift+p Copy in
{
"eslint.codeAction.showDocumentation": {
"enable": true
},
// Set the default
"editor.formatOnSave": false,
// Enable per-language
"[javascript]": {
"editor.formatOnSave": true,
"editor.defaultFormatter": "esbenp.prettier-vscode",
},
"editor.tabSize": 2,
"js/ts.implicitProjectConfig.experimentalDecorators": true,
"tabnine.experimentalAutoImports": true,
"javascript.updateImportsOnFileMove.enabled": "never",
// "[vue]": {
// "editor.defaultFormatter": "esbenp.prettier-vscode"
// },
// Force single quotes
"prettier.singleQuote":true,
// Try to control the printing of trailing commas
"prettier.trailingComma": "all",
// Turn on eslint Support
"prettier.eslintIntegration": true,
// Save automatically fix
"eslint.autoFixOnSave": true,
// add to vue Support
"eslint.validate": [
"javascript",
"javascriptreact",
{
"language": "vue",
"autoFix": true
}
],
// Format using plug-ins html
"vetur.format.defaultFormatter.html": "js-beautify-html",
// Format the configuration of the plug-in
"vetur.format.defaultFormatterOptions": {
"js-beautify-html": {
// Property to force line break alignment
"wrap_attributes": "force-aligned"
}
},
"vetur.format.defaultFormatter": {
"html": "prettier",
"css": "prettier",
"postcss": "prettier",
"scss": "prettier",
"less": "prettier",
"js": "prettier",
"ts": "prettier",
"stylus": "stylus-supremacy"
},
// html Color highlight
"files.associations": {
".eslintrc": "json",
"*.vue": "html",
"*.cjson": "jsonc",
"*.wxss": "css",
"*.wxs": "javascript"
},
"emmet.syntaxProfiles": {
"javascript": "jsx",
"vue": "html",
"vue-html": "html"
},
"[html]": {
"editor.defaultFormatter": "HookyQR.beautify"
},
"editor.codeActionsOnSave": {
"source.fixAll.eslint": true
},
"[javascriptreact]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"emmet.includeLanguages": {
"wxml": "html"
},
"minapp-vscode.disableAutoConfig": true,
"editor.fontLigatures": null
}
- 1.
- 2.
- 3.
- 4.
- 5.
- 6.
- 7.
- 8.
- 9.
- 10.
- 11.
- 12.
- 13.
- 14.
- 15.
- 16.
- 17.
- 18.
- 19.
- 20.
- 21.
- 22.
- 23.
- 24.
- 25.
- 26.
- 27.
- 28.
- 29.
- 30.
- 31.
- 32.
- 33.
- 34.
- 35.
- 36.
- 37.
- 38.
- 39.
- 40.
- 41.
- 42.
- 43.
- 44.
- 45.
- 46.
- 47.
- 48.
- 49.
- 50.
- 51.
- 52.
- 53.
- 54.
- 55.
- 56.
- 57.
- 58.
- 59.
- 60.
- 61.
- 62.
- 63.
- 64.
- 65.
- 66.
- 67.
- 68.
- 69.
- 70.
- 71.
- 72.
- 73.
- 74.
- 75.
- 76.
- 77.
- 78.
- 79.
- 80.
- 81.
- 82.

summary
Then the problem is solved
边栏推荐
- Yyds dry inventory solution sword finger offer: maximum sum of continuous subarrays (II)
- Chapter II Classic synchronous exercises
- Is it safe and reliable to open a securities account in Yixue school?
- LINQ linked table query
- Hesitating root sound
- Cmake tutorial (I)
- [state machine design] Moore, Mealy state machine, three-stage, two-stage and one-stage state machine writing specification
- O & M troubleshooting - use hcache plug-in to troubleshoot excessive buffer/cache occupancy
- 大三,不简单啊!
- Do you know all the wonderful functions of the vlookup function?
猜你喜欢
![[API packet capturing in selenium automation] installation and configuration of browsermobproxy](/img/67/3e15b2191ee23a8c4453aad007651d.png)
[API packet capturing in selenium automation] installation and configuration of browsermobproxy

Cmake tutorial (I)

C# 面试题目_20220627记录一下

【狀態機設計】Moore、Mealy狀態機、三段式、二段式、一段式狀態機書寫規範
![[stm32 Hal library] serial port communication](/img/2c/23a2ecf75141b8f38ab99ac6b2eaef.png)
[stm32 Hal library] serial port communication

See fengzhixia | FENGZikai, the originator of Guoman, for exclusive sale of Digital Collections

2022 PMP project management examination agile knowledge points (4)

Counting sorting and stability of sorting

CIN at QT (the clearest tutorial in the whole network)

第三章 处理机调度练习
随机推荐
C語言-單詞分析解析
收藏 | VLOOKUP函数的这些妙用你都知道吗?
[SSM] an error is reported that the user name of the access denied for user 'WYF' @ 'localhost' (using password: yes) data becomes the user name of the computer
[API packet capturing in selenium automation] installation and configuration of browsermobproxy
Learning fuzzy from SQL injection to bypass the latest safe dog WAF
运维排查-使用hcache插件排查Buffer/cache占用过高
Would like to ask, how to open a stock account? Is it safe to open an account online?
Is it safe to open a stock account on the Internet?
Learn binary tree like this
Mysql-5.7.30-winx64 installation free download and installation tutorial
第四章 存储器管理练习
Yes, use local_ setup. Bash or setup bash
ERROR 1067 (42000): Invalid default value for ‘end_ time‘ Mysql
【Flutter 問題系列第 71 篇】Flutter 中 Uint8List 和 Image 之間的相互轉換
LINQ linked table query
[stm32 Hal library] serial port communication
Form verification problem - El select (solution to automatically trigger verification on initialization page)
See fengzhixia | FENGZikai, the originator of Guoman, for exclusive sale of Digital Collections
mysql-5.7.30-winx64免安装版下载安装教程
Solve the problem of Chinese parsing by configparser