3 repository-uri
Visual representations of code changes, including additions, modifications, and deletions based on version control history.
Distinct from Version Control Integrations: Focuses on the visual rendering of diffs and change markers, rather than general API or workflow integrations with VCS.
Explore 3 awesome GitHub repositories matching development tools & productivity · Diff Visualizations. Refine with filters or upvote what's useful.
SourceCodeSyntaxHighlight este un motor de evidențiere a sintaxei și vizualizator de control al versiunilor. Funcționează ca un highlighter de sintaxă a codului sursă care aplică scheme de culori și formatare limbajelor de programare pentru afișare vizuală, și ca un instrument pentru evidențierea modificărilor de cod și a diff-urilor în raport cu commit-urile de control al versiunilor. Proiectul este implementat ca o extensie macOS Quick Look care oferă previzualizări cu sintaxă evidențiată ale fișierelor de cod sursă în Finder. Include, de asemenea, un client Language Server Protocol pentru a oferi token-uri semantice și informații la hover în timpul previzualizărilor de cod, și un instrument de interfață în linie de comandă pentru procesarea în masă a fișierelor sursă în output evidențiat. Capabilitățile suplimentare acoperă vizualizarea modificărilor de control al versiunilor prin marcarea liniilor adăugate, editate sau eliminate. Sistemul suportă preprocesarea fișierelor sursă prin scripturi personalizate, personalizarea aspectului vizual pentru culori și fonturi, și utilizarea bibliotecilor externe de evidențiere pentru randare.
Provides visual markers for added, edited, or removed lines relative to version control commit history.
GitGutter is a Git diff visualization tool and plugin for the Sublime Text editor. It interfaces with the Git binary to provide real-time tracking of modified and untracked files, visualizing version control status directly within the editor gutter to mark inserted, modified, or deleted lines. The tool enables navigation between modified code hunks and the inspection of commit metadata via hover popups. It allows users to define specific branches, tags, or commits as reference points for calculating changes and provides the ability to revert modified hunks or copy original committed text to t
Provides inline diff visualization using gutter markers and popups to identify code changes.
Git Gutter is an Emacs editor extension that displays version control change indicators in the margin and supports incremental staging of diff hunks. It tracks file modifications and differences across multiple backends including Git, Mercurial, Subversion, and Bazaar, providing real-time visual feedback directly within the editing environment. The extension renders custom visual glyphs to highlight added, modified, and deleted lines relative to a repository revision. It includes capabilities for cycling through changed blocks, viewing detailed diff summaries, and interactively staging indivi
Renders visual indicators in the editor gutter to show added, modified, and deleted lines relative to a repository revision.