1 个仓库
Tools that mark and highlight changes relative to a version control index within an editor.
Distinct from Git Change Trackers: Closest candidates focus on CI detectors or general change trackers, not the visual marking of lines in an editor margin.
Explore 1 awesome GitHub repository matching development tools & productivity · Git Diff Visualizers. Refine with filters or upvote what's useful.
这是一个 Vim 扩展,提供 Git 变更可视化和代码块(hunk)管理功能。它在符号列(sign column)中显示标记,以指示相对于 Git 索引添加、修改或删除的行,允许用户可视化差异并并排比较缓冲区版本。 该插件扩展了编辑器的文本对象,以定位特定的修改行块,从而能够对这些连续的代码块使用标准操作符。它还提供了直接在编辑器内暂存或撤销单个变更块的工具。 其他功能包括用于在修改后的代码块之间跳转的导航工具,以及将变更位置填充到 quickfix 列表中的功能。该插件可以计算状态栏的差异统计信息,并折叠未更改的文本,仅突出显示修改后的块。
Marks added, modified, or removed lines in the margin to track changes relative to the Git index.