vscode的使用

 

1、必用的扩展(ctrl+shift+x)

一、HTML Snippetshtml

支持html标签的扩展vue

二、Vetur浏览器

支持vue语法,及其扩展app

 

2、优雅的配置

一、自动保存 savespa

进入首选配置项 ctral+comma命令行

二、设置从浏览器打开htmlcode

ctrl+shift+p 快捷键搜索 task runnerhtm

原来为blog

修改成ip

mac中

    "version": "0.1.0",
    "command": "Chrome",
    "osx": {
        "command": "/Applications/Google Chrome.app/Contents/MacOS/Google Chrome"
    },
    "args": [
        "${file}"
    ]

 

以后在html中就能够使用 ctrl+shift+b 在浏览器中运行html

 

 

3、很是规的快捷键

一、ctrl+~      打开终端

二、ctrl+comma     打开首选配置项

三、ctrl+shift+p    打开快捷键搜索

四、ctrl+shift+c    打开项目命令行

三、ctrl+|      分屏

相关文章
相关标签/搜索