博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
VSCode插件整理
阅读量:6992 次
发布时间:2019-06-27

本文共 1459 字,大约阅读时间需要 4 分钟。

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()

本地与博客园xmlrpc插件

WriteCnblog()

转载于:https://www.cnblogs.com/screen/p/9000861.html

你可能感兴趣的文章
linux 命令与文件的查询
查看>>
MYSQL数据库引擎 MYISAM和 INNODB区别
查看>>
设计模式之原型模式
查看>>
BootStrap常用组件及响应式开发
查看>>
TS学习之for..of
查看>>
OpenGL是什么?
查看>>
Oracle - 数据库巡检脚本
查看>>
Oracle 11g数据库详细安装步骤图解
查看>>
机器学习之特征选择---特征选择算法
查看>>
嵌入式开发之hisilicon---hi3536 处理器简介
查看>>
目标跟踪之模板匹配---简单的模板匹配
查看>>
css美化网页元素
查看>>
histogram
查看>>
51单片机点亮双向流水灯
查看>>
字符串前面+r
查看>>
Classic Binary Search
查看>>
Ubuntu 查看文件以及磁盘空间大小管理
查看>>
ExtJS与jQuery的一点细节上的对比
查看>>
Struts2源码浅析-初始化
查看>>
nginx安装
查看>>