zl程序教程

您现在的位置是:首页 >  Java

当前栏目

转到VScode

2023-02-18 16:44:54 时间

放弃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"
    }
]