为自己打造一个顺手的 VS Code
久闻 VS Code 大名,之前曾有短暂使用,未能领略到其独有风姿。近来公司事务不多,今日闲暇之余,再度拾起 VS Code,终于体认到其大美之处,极度好用、媲美 Python 专业户 Pycharm 的 Debug 功能成功征服了我。
此外,还有:
- Git 集成(几乎是刚需)
- 终端集成(支持 iTerm、zsh,完美)
- 禅模式(绝对沉浸式,优雅)
- 优雅的源代码跳转(按住 cmd,点击鼠标左键)
- 几近完备的插件生态(喜爱的 ayu 主题,git 增强插件,空格缩进,等等)
- 自定义 setting(超体贴)
此外,今天一直没搞明白怎么 git add,刚刚终于查到了:
Staging (git add) and unstaging (git reset) can be done via contextual actions in the files or by drag-and-drop.
You can type a commit message above the changes and press Ctrl+Enter (macOS: ⌘+Enter) to commit them. If there are any staged changes, only those will be committed, otherwise all changes will be committed.
从明天开始,正式切换常用编辑器到 VS Code,以期进一步提升写代码的愉悦感、准确度以及速度。
不知是该恭喜,还是该怎样,总之阅读到该文的,你是第 人。每一次刷新,都是不同的自己。