VS Code 启程-介绍视频-启程
在此教程中,我们带你一览如何设置 Visual Studio Code,以及快速预览基础特性

下一个推荐视频:
从列表中选择其他视频:
视频要点
下载并安装 VS Code
源: https://code.visualstudio.com/download
打开文件夹
File > Open Folder (Ctrl+K Ctrl+O)
文件 > 打开文件夹 (Ctrl+K Ctrl+O)
View > Explorer (Ctrl+Shift+E)
查看 > 资源管理器
搜索窗口
View > Search (Ctrl+Shift+F)
查看 > 搜索 (Ctrl+Shift+F)
通过 查看 > 资源管理器 命令返回
源代码管理
View > Source Control (SCM) (Ctrl+Shift+G)
查看 > 源代码管理 (Ctrl+Shift+G)
运行及调试
View > Run (Ctrl+Shift+D)
查看 > 运行 (Ctrl+Shift+D)
扩展商店
View > Extensions (Ctrl+Shift+X)
查看 > 扩展 (Ctrl+Shift+X)
打开命令面板
View > Command Palette... (Ctrl+Shift+P)
查看 > 命令面板 (Ctrl+Shift+P)
输出面板
View > Output (Ctrl+Shift+U)
查看 > 输出 (Ctrl+Shift+U)
调试控制台
View > Debug Console (Ctrl+Shift+Y)
查看 > 调试控制台 (Ctrl+Shift+Y)
问题面板
View > Problems (Ctrl+Shift+M)
查看 > 问题 (Ctrl+Shift+M)
集成终端
View > Terminal (Ctrl+`)
查看 > 终端
新建文件
File > New File (Ctrl+N)
文件 > 新建文本文件 (Ctrl+N)
保存文件
File > Save (Ctrl+S)
文件 > 保存 (Ctrl+S)
自动保存
File > Auto Save
文件 > 自动保存
运行
Run > Start Debugging (F5)
运行 > 启动调试 (F5)
编程语言扩展
- 智能感知,检测,调试,代码格式化,重构等等
- 托管一个本地服务器来预览你的网页
分辨率(Zoom)
缩小(Zoom out) (Ctrl+-)
扩大(Zoom in) (Ctrl+=)
自定义编辑器颜色主题
up 没mac这里就不翻译了
文件 > 首选项 > 颜色主题 (Ctrl+K Ctrl+T)
File > Preferences > Color Theme (Ctrl+K Ctrl+T)
Code > Preferences > Color Theme on macOS
下一个视频
- 了解 VS Code 高级代码编辑特性(https://code.visualstudio.com/docs/introvideos/codeediting)
- 查看全部列出的视频(https://code.visualstudio.com/docs/getstarted/introvideos)
- 查看 VS Code 文档(https://code.visualstudio.com/docs/getstarted/userinterface)
- 关于起步,运行 VS Code 的文档,包含详细平台安装(https://code.visualstudio.com/docs/setup/setup-overview)
- VS Code 根据你的输入自动补全(https://code.visualstudio.com/docs/editor/intellisense)
字幕,翻译皆由 up 一人完成,这是一个巨大的工程量,有些部分翻译可能不敬人意,望各位海涵,有更好的建议或者译文可发表在评论区,帮助那些需要的人
本文原网址:https://code.visualstudio.com/docs/introvideos/basics