markdown VS代码扩展和用户设置
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了markdown VS代码扩展和用户设置相关的知识,希望对你有一定的参考价值。
{
"workbench.startupEditor": "none",
"workbench.colorTheme": "Solarized Dark",
"editor.minimap.enabled": false,
"editor.tabCompletion": true,
"editor.insertSpaces": false,
"editor.renderWhitespace": "none",
"editor.detectIndentation": false,
"editor.fontSize": 13,
"editor.lineHeight": 30,
"workbench.statusBar.feedback.visible": false,
"workbench.colorCustomizations" : {
"terminal.background" : "#073642",
"terminal.ansiRed" : "#cb4b16",
"terminal.ansiBrightBlack" : "#fdf6e3"
},
"files.eol": "\n",
"files.insertFinalNewline": true,
"files.trimTrailingWhitespace": true,
"files.associations": {
"*.php": "php",
"*.blade.php" : "blade",
},
"terminal.explorerKind": "external",
"terminal.external.osxExec": "iTerm.app",
"breadcrumbs.enabled": true,
"typescript.autoImportSuggestions.enabled": false,
"emmet.triggerExpansionOnTab": true,
"html.format.endWithNewline": false,
"html.format.indentHandlebars": true,
"php.suggest.basic": false,
"phpcs.standard": "WordPress-Extra",
"phpcs.executablePath": "/Users/paulallen/util/PHP_CodeSniffer/bin/phpcs",
"trailing-spaces.trimOnSave": true,
"sasslint.configFile": "/Users/paulallen/util/.sass-lint.yml",
"prettier.printWidth": 120,
"prettier.singleQuote": true,
"prettier.trailingComma": "es5",
"prettier.useTabs": true,
"auto-close-tag.SublimeText3Mode": true,
"gitlens.advanced.messages": {
"suppressCommitHasNoPreviousCommitWarning": false,
"suppressCommitNotFoundWarning": false,
"suppressFileNotUnderSourceControlWarning": false,
"suppressGitVersionWarning": false,
"suppressLineUncommittedWarning": false,
"suppressNoRepositoryWarning": false,
"suppressResultsExplorerNotice": false,
"suppressShowKeyBindingsNotice": true
},
"gitlens.historyExplorer.enabled": true,
"csscomb.formatOnSave": false,
"csscomb.preset": {
"remove-empty-rulesets": false,
"always-semicolon": true,
"color-case": "upper",
"block-indent": "\t",
"color-shorthand": false,
"element-case": "lower",
"leading-zero": true,
"quotes": "single",
"sort-order": [
[
"$import",
"$variable",
"$extend",
"$include"
],
[
"..."
],
[
"$include mq"
]
],
"sort-order-fallback": "abc",
"space-before-colon": "",
"space-after-colon": " ",
"space-before-combinator": " ",
"space-after-combinator": " ",
"space-between-declarations": "\n",
"space-before-opening-brace": " ",
"space-after-opening-brace": "\n",
"space-after-selector-delimiter": "\n",
"space-before-selector-delimiter": "",
"space-before-closing-brace": "\n",
"strip-spaces": true,
"unitless-zero": true
},
"[javascript]": {
"editor.formatOnSave": false
},
"[blade]": {
},
"cSpell.userWords": [
"endforeach",
"templating",
"woocommerce"
],
"explorer.confirmDragAndDrop": false,
"window.zoomLevel": 0,
"blade.format.enable": true,
"htmltagwrap.tag": "div",
"gitlens.views.fileHistory.enabled": true,
"gitlens.views.lineHistory.enabled": true,
"zentabs.maximumOpenedTabs": 10,
"problems.autoReveal": false,
"terminal.integrated.fontFamily": "\"Meslo LG M DZ for Powerline\"",
"javascript.updateImportsOnFileMove.enabled": "always",
"git.autofetch": true,
"editor.renderIndentGuides": false
}
1. Apache Conf
2. Auto Close Tag
3. Auto Rename Tag
4. Bracket Pair Colorizer
5. Code Spell Checker
6. CSS Peek
7. CSScomb
8. Document
9. GitLens
9. highlight-matching-tag
10. IntelliSense for CSS class names in HTML
11. npm
12. Path Intellisense
13. PHP Debug
14. PHP IntelliSense
15. phpcs
16. Sass Link
17. SCSS IntelliSense
18. Sort lines
19. Spaces inside Braces
20. SVG Viewer
21. Trailing Spaces
22. Beautify
23. EditorConfig for VS Code
24. Vue tooling for VS Code
25. Vue Inline Template
26. Import Cost
27. Live Server
28. Quokka.js
以上是关于markdown VS代码扩展和用户设置的主要内容,如果未能解决你的问题,请参考以下文章