integrated-terminal_integrated-terminal.png

放弃atom,投入巨硬的怀抱。

整合命令行

Command Palette (⇧⌘P)

shell command : install

常用插件

vscode-nginx Dockerfile and Docker Compose File (yml) Support Python Go Laravel Blade Snippets Vim Visual Studio Code Settings Sync beautify Markdown PDF

主题

Hacker Style Themes Material-theme vscode-icons

快捷键

文件-首选项-键盘快捷方式

[
    {
        "key": "ctrl+d",
        "command": "editor.action.copyLinesDownAction",
        "when": "editorTextFocus"
    },
    {
        "key": "ctrl+shift+up",
        "command": "editor.action.moveLinesUpAction",
        "when": "editorTextFocus"
    },
    {
        "key": "ctrl+shift+down",
        "command": "editor.action.moveLinesDownAction",
        "when": "editorTextFocus"
    }
]

标签: vs

已有 2 条评论

  1. bxd bxd

    现在还在用vscode吗

添加新评论