Skip to content

feat: show diff line count (+/-) for changed files #93

Description

@ClaudiaFang

Background

When syncing files, the plugin currently shows which files changed, but not how much each file changed.

Goal

Display the number of added/removed lines for each changed file, similar to a standard git diff stat (e.g. +12 -4), so users can quickly gauge the size of a change before syncing/pulling.

Open Questions

  • Where should this be shown — file list in the sync modal, status bar, or both?
  • Should it be a simple +X -Y count, or a full diff view on demand (e.g. click to expand)?

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions