VSCode插件整理

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
}

前端插件

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
markdown-all-in-one
instant-markdown
Markdown TOC
Markdown+Math

连接Linux

ftp-sync(https://blog.csdn.net/dotuian/article/details/51119650)

猜你喜欢

转载自www.cnblogs.com/screen/p/9000861.html