在Visual Studio margin和滚动条中实时显示文件修改变化:Git Diff Margin
jopen
10年前
Git Diff Margin 在Visual Studio 2013 margin 和滚动条中显示当前编辑文件的实时变化
- 快速查看当前所有的文件上的变化
- Left margin
- Scroll Bars in map and bar mode with and without source overview
- blue rectangle for modifications
- green rectangles for new lines
- red triangles for deletions
- all colors configurable through Visual Studio Fonts and Colors options
- 撤消更改
- 旧的代码复制到剪贴板
- 在弹出的选择中复制旧代码的一部分
- 显示配置的Git外部diff工具的差异
- 导航到该文件上一个/下一个变化
- 支持的Visual Studio2013深色,浅色和蓝色主题
- 支持缩放