markdown Visual Studio代码设置
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了markdown Visual Studio代码设置相关的知识,希望对你有一定的参考价值。
{
"editor.fontFamily": "FuraCode Nerd Font",
"editor.fontLigatures": true,
"editor.fontSize": 16,
"editor.wordWrapColumn": 60,
"editor.wordWrap": "bounded",
"editor.cursorStyle": "line",
"editor.lineHeight": 24,
"editor.multiCursorModifier": "ctrlCmd",
"editor.quickSuggestions": {
"other": true,
"comments": false,
"strings": true
},
"editor.tabSize": 2,
"color-highlight.matchWords": true,
"workbench.iconTheme": "vscode-great-icons",
"vscode_custom_css.imports": [
"file:///Users/noxlady/visual_studio_styles.css"
],
"git.autofetch": true,
"git.confirmSync": false,
"workbench.colorTheme": "Black Ocean",
"workbench.colorCustomizations": {
"editor.lineHighlightBackground": "#383838",
},
"workbench.startupEditor": "newUntitledFile",
// Style to use for left side of tag
"highlight-matching-tag.leftStyle": {
"borderWidth": "0 0 0 2px",
"borderStyle": "dotted",
"borderColor": "white",
"borderRadius": "4px"
},
// Style to use for right side of tag
"highlight-matching-tag.rightStyle": {
"borderWidth": "0 2px 0 0",
"borderStyle": "dotted",
"borderColor": "white",
"borderRadius": "4px"
},
// Style to use for the whole tag
"highlight-matching-tag.style": {
// "backgroundColor": "#929292",
"borderWidth": "1px",
"borderStyle": "dotted",
"borderColor": "white",
"borderRadius": "4px"
},
"files.associations": {
"*.inc": "php",
"*.module": "php",
"*.install": "php",
"*.theme": "php",
"*.tpl.php": "php",
"*.test": "php",
"*.php": "php"
},
}
Used `code --list-extensions | xargs -L 1 echo code --install-extension` to generate list of install commands
```
code --install-extension alexkrechik.cucumberautocomplete
code --install-extension be5invis.vscode-custom-css
code --install-extension donjayamanne.githistory
code --install-extension emmanuelbeziat.vscode-great-icons
code --install-extension felixfbecker.php-debug
code --install-extension formulahendry.auto-close-tag
code --install-extension formulahendry.vscode-mysql
code --install-extension fthiagogv.theme-material-ocean-next-plus
code --install-extension haringsrob.behatcomplete
code --install-extension huizhou.githd
code --install-extension mblode.twig-language
code --install-extension mrmlnc.vscode-scss
code --install-extension ms-vsliveshare.vsliveshare
code --install-extension ms-vsliveshare.vsliveshare-audio
code --install-extension naumovs.color-highlight
code --install-extension raashida.fixthecode-vs
code --install-extension stevejpurves.cucumber
code --install-extension vincaslt.highlight-matching-tag
code --install-extension zamerick.black-ocean
```
以上是关于markdown Visual Studio代码设置的主要内容,如果未能解决你的问题,请参考以下文章
markdown Visual Studio代码技巧
markdown Visual Studio代码
markdown (原始)VSCode visual studio代码快捷方式
无需离开 Visual Studio 即可编写 Markdown
无需离开 Visual Studio 即可编写 Markdown
Visual Studio Code 配置 Markdown