电子说
标题栏自定义
折叠选择
搜索多选
树视图搜索和过滤
终端改进
Ctrl+Space - 默认为 MenuComplete
。(仅 Windows)
Alt + 空格 - 默认为 SetMark
.
Shift+Enter - 默认为 AddLine
.
Shift+End - 默认为 SelectLine
.
Shift+Home - 默认为 SelectBackwardsLine
.
命令行选项 --merge - 使用 3-way 合并编辑器作为默认合并工具。
-m --merge Perform a three-way merge by providing paths for two modified versions of a file, the common origin of both modified versions, and the output file to save merge results.
这意味着可以将 VS Code 用作 Git 的合并工具,例如在以下位置进行配置.gitconfig
:[merge]
tool = code-insiders
[mergetool "code-insiders"]
cmd = code-insiders --wait --merge $REMOTE $LOCAL $BASE $MERGED
NoteBook:转到最近失败的单元格 - 直接跳转到笔记本。
Python 入门体验
粘性滚动预览 -
editor.experimental.stickyScroll.enabled
设置启用粘性滚动。开发容器 CLI 主题
审核编辑 :李倩
全部0条评论
快来发表一下你的评论吧 !