VSCode插件整理
官網地址
vscode常用配置(User Settings文件)
{
"workbench.iconTheme": "vscode-icons",//圖表主題
"editor.wordWrap": "on",//自動換行
"files.encoding": "UTF-8",//編碼格式
"editor.fontSize": 18,//字體大小
"typescript.check.npmIsInstalled": false,
"files.autoSave": "off",
"update.channel": "none",
"files.eol": "\n",
"[markdown]": {
"editor.quickSuggestions": true
},
"evermonkey.token": "",
"evermonkey.noteStoreUrl": "",
"vsicons.dontShowNewVersionMessage": true,
"workbench.startupEditor": "newUntitledFile",
"python.linting.flake8Enabled": true
}
基本插件
Material Icon Theme
前端插件
HTML Snippets
HTML CSS Support
Debugger for Chrome
jQuery Code Snippets
vscode-icon
Path Intellisense
Npm Intellisense
Document this
ESlint
HTMLHint
Project Manager
beautify
Bootstrap 3 Sinnpet
Atuo Rename Tag
fileheader
filesize
Bracket Pair Colorizer
json-tools(ctrl + alt + m)
Code Runner
Auto Close Tag ----自動補全html標簽
Auto Rename Tag --- 同步更改html尾標簽
File Peek ----文件路徑跳轉
snippets ES6
VUE部分
language-stylus ----stylus語法提示
Stylus stylus --- CSS語法提示-->主要支持vue文件下stylus
VS Color Picker color ---- #fff 自動提示
Vue 2 Snippets --- vue快捷鍵提示
VueHelper
vetur
python
配置教程
Python
MagicPython
Python for VSCode
Python autopep8
Backspace-plusplus
flake8
MarkDown部分
markdown-preview-enhanced
instant-markdown
Markdown TOC
Markdown+Math
Markdown Shortcuts --- (鏈接與表格插入)
連接Linux
ftp-sync(https://blog.csdn.net/dotuian/article/details/51119650)
本地與博客園xmlrpc插件
WriteCnblog(插件教程地址)