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+|      分屏

相關文章
相關標籤/搜索