vxCode使用教程

1.VSCode下载

VSCode下载链接: https://code.visualstudio.com/

2.VSCode汉化

vxCode使用教程

 

 

 

3.VSCode常用插件(安装步骤同汉化)

3.1 Auto Close Tag (自动闭合HTML/XML标签)

vxCode使用教程

3.2 Auto Rename Tag (自动完成另一侧标签的同步修改)

vxCode使用教程

3.3 Beautify (格式化 html ,js,css)

vxCode使用教程

3.4 Bracket Pair Colorizer(给括号加上不同的颜色,便于区分不同的区块)

vxCode使用教程

3.5 Debugger for Chrome(映射vscode上的断点到chrome上,方便调试)

vxCode使用教程

3.6 ESLint(js语法纠错,可以自定义配置)

vxCode使用教程

3.7 GitLens(方便查看git日志)

vxCode使用教程

3.8 HTML CSS Support (智能提示CSS类名以及id)

vxCode使用教程

3.9 HTML Snippets(智能提示HTML标签,以及标签含义)

vxCode使用教程

3.10 JavaScript(ES6) code snippets(ES6语法智能提示,以及快速输入)

vxCode使用教程

3.11 jQuery Code Snippets(jQuery代码智能提示)

vxCode使用教程

3.12 Markdown Preview Enhanced(实时预览markdown)

vxCode使用教程

3.13 markdownlint(markdown语法纠错)

vxCode使用教程

3.14 Material Icon Theme(vscode图标主题)

vxCode使用教程

3.15 Icon fonts(图标字体)

vxCode使用教程

3.16 open in browser(右键快速在浏览器中打开html文件)

vxCode使用教程

3.17 Path Intellisense(自动提示文件路径)

vxCode使用教程

3.18 React/Redux/react-router Snippets(React/Redux/react-router语法智能提示)

vxCode使用教程

3.19 Vetur(Vue多功能集成插件,错误提示等)

vxCode使用教程

3.20 Class autocomplete for HTML(智能提示HTML class =“”属性)

vxCode使用教程

3.21 npm Intellisense(require 时的包提示)

vxCode使用教程

4.VSCode快捷键

 

 

4.1 左侧是按键,右侧是功能(下同)

 

vxCode使用教程

 

4.2 基础编辑

 

vxCode使用教程

 

4.3 导航

 

vxCode使用教程

 

4.4 搜索和替换

 

vxCode使用教程

 

4.5 多光标和选择

 

vxCode使用教程

 

4.6 语言编辑

 

vxCode使用教程

 

4.7 编辑器管理

 

vxCode使用教程

 

4.8 文件管理

 

vxCode使用教程

 

4.9 显示

 

vxCode使用教程

 

4.10 调试

 

vxCode使用教程

 

4.11 集成终端

 

vxCode使用教程

 转载:https://blog.csdn.net/weixin_45601379/article/details/100550421

上一篇:前端开发vsCode基本使用插件,vue插件


下一篇:python snippets