VS代码扩展和用户设置

markdown
阅读 47 收藏 0 点赞 0 评论 0

user-settings.json
{
	"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
}
README.md
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
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号