码迷,mamicode.com
首页 > 其他好文 > 详细

Visual Studio Code -VS Code

时间:2018-08-31 13:20:30      阅读:205      评论:0      收藏:0      [点我收藏+]

标签:vs code   window   技术分享   auto   nload   down   变更   indent   开源   

VS Code 免费开源的编辑器,支持 windows、 mac、 Linux。 微软出品

官网:https://code.visualstudio.com/

下载地址:https://code.visualstudio.com/download

 

刚安装好 就会提示你安装中文语言包,然后实现界面全中文化。 不愧是微软出品

技术分享图片

 

选择打开文件夹 来打开项目

打开终端:control + ` 

常用插件:

vscode-icons 安装后 重新加载并不生效,需要在 Code->首选项->文件图标主题中 选择安装的主题

Auto Rename Tag 改变html标签时 </xx>标签也随着变更

vue2 Snippets .vue代码高亮

格式化代码: 设置

{
    "workbench.iconTheme": "vscode-icons-mac",
    "editor.detectIndentation": false,
    "prettier.tabWidth": 4,
    "vetur.format.defaultFormatter.html": "js-beautify-html"
}

安装beautify

快捷键 option + shift + f

 

Visual Studio Code -VS Code

标签:vs code   window   技术分享   auto   nload   down   变更   indent   开源   

原文地址:https://www.cnblogs.com/baidawei/p/9565179.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!