iugo / blog

https://iugo.github.io/blog
3 stars 0 forks source link

VS Code #54

Open iugo opened 3 years ago

iugo commented 3 years ago

常用的快捷键

⌘ P, 命令界面, 可以做文件跳转, 行列跳转, 执行命令等.

⌘ ⇧ P, 命令界面, 并且默认输入 > 字符, 仅用于命令.

常用的依赖

常用的设置

editor.tabSize

"editor.renderWhitespace": "all"

"editor.rulers": [80, 100]

"window.restoreWindows": "all"

"emmet.excludeLanguages": ["markdown", "typescriptreact"]

"http.proxy"

"files.exclude": { "**/.git": false, "node_modules": false },