当前位置:首页 > 通信资讯 > 正文

vscode写笔记(vscode使用指南)

vscode(visual studio code)是由微软研发的一款免费、开源的跨平台文本(代码)编辑器,算是目前前端开发几乎完美的软件开发工具。

1.vscode下载

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

2.vscode汉化

vscode写笔记(vscode使用指南)

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

3.1auto close tag (自动闭合html/xml标签)

vscode写笔记(vscode使用指南)

3.2auto rename tag (自动完成另一侧标签的同步修改)

vscode写笔记(vscode使用指南)

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

vscode写笔记(vscode使用指南)

3.4bracket pair colorizer(给括号加上不同的颜色,便于区分不同的区块)

vscode写笔记(vscode使用指南)

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

vscode写笔记(vscode使用指南)

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

vscode写笔记(vscode使用指南)

3.7gitlens(方便查看git日志)

vscode写笔记(vscode使用指南)

3.8html css support (智能提示css类名以及id)

vscode写笔记(vscode使用指南)

3.9html snippets(智能提示html标签,以及标签含义)

vscode写笔记(vscode使用指南)

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

vscode写笔记(vscode使用指南)

3.11jquery code snippets(jquery代码智能提示)

vscode写笔记(vscode使用指南)

3.12markdown preview enhanced(实时预览markdown)

vscode写笔记(vscode使用指南)

3.13markdownlint(markdown语法纠错)

vscode写笔记(vscode使用指南)

3.14material icon theme(vscode图标主题)

vscode写笔记(vscode使用指南)

3.15icon fonts(图标字体)

vscode写笔记(vscode使用指南)

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

vscode写笔记(vscode使用指南)

3.17path intellisense(自动提示文件路径)

vscode写笔记(vscode使用指南)

3.18react/redux/react-router snippets(react/redux/react-router语法智能提示)

vscode写笔记(vscode使用指南)

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

vscode写笔记(vscode使用指南)

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

vscode写笔记(vscode使用指南)

3.21npm intellisense(require 时的包提示)

vscode写笔记(vscode使用指南)

4.vscode快捷键

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

vscode写笔记(vscode使用指南)

4.2基础编辑

vscode写笔记(vscode使用指南)

4.3导航

vscode写笔记(vscode使用指南)

4.4搜索和替换

vscode写笔记(vscode使用指南)

4.5多光标和选择

vscode写笔记(vscode使用指南)

4.6语言编辑

vscode写笔记(vscode使用指南)

4.7编辑器管理

vscode写笔记(vscode使用指南)

4.8文件管理

vscode写笔记(vscode使用指南)

4.9显示

vscode写笔记(vscode使用指南)

4.10调试

vscode写笔记(vscode使用指南)

4.11集成终端

vscode写笔记(vscode使用指南)

到此这篇关于vscode常用知识小结的文章就介绍到这了,更多相关vscode小结内容请搜素服务器之家以前的文章或下面相关文章,希望大家以后多多支持服务器之家!

原文链接:https://blog.csdn.net/weixin_45601379/article/details/100550421

如果您对该产品感兴趣,请填写办理(客服微信:xiaoxiongyidong)

为您推荐:

发表评论

◎欢迎参与讨论,请在这里发表您的看法、交流您的观点。