Microsoft/vscode

SCM - go to next/previous change (Alt-F5) should cycle between files

开放

#111,596 创建于 2020年12月1日

 (4 条评论) (35 个反应) (1 位负责人)TypeScript (39,847 个派生)batch import
feature-requesthelp wantedscm

仓库指标

星标
 (184,936 个星标)
PR 合并指标
 (平均合并 11小时 43分钟) (30 天内合并 1,000 个 PR)

描述

In #18059, @Tyriar requested that this work like "go to next problem" (F8), but the way it's been implemented there's a crucial difference - upon reaching the end of the file, it goes back to the top, rather than the next changed file! This means, for example, that when reviewing changes prior to staging, I end up running git diff in a terminal to avoid a lot of fiddly mouse clicking. Any other power user surely does the same. This is a shame, since VScode has replaced every other one of my everyday uses of git.

I see no reason anyone would be opposed to this change.

贡献者指南