difflens
- Karma
- 40
- Created
- February 27, 2022 (4y ago)
- Submissions
- 0
https://github.com/marketplace/difflens
Working on improving diff tools for developers!
- Show HN: We built a tool for syntax aware JSON diffs (marketplace.visualstudio.com)
- Show HN: Group by for Jira Backlog Pages (chrome.google.com)
- Show HN: Group by for Jira Backlog Pages (chrome.google.com)
-
Hi HN! We were frustrated with text diffs on GitHub PRs, so we made DiffLens (https://github.com/marketplace/difflens) to produce language aware diffs on PRs. DiffLens constructs an Abstract Syntax Tree for each file,…
- Ask HN: Language Aware Diffs on GitHub Pull Requests (github.com)
- Show HN: An improvement to reviewing code changes (github.com)
DiffLens is an attempt to address my frustrations with text diffs on GitHub pull requests. Instead of attempting to discern every change optimally with abstract syntax trees, DiffLens just identifies the structure of…
- Show HN: Language aware diff on GitHub PRs (github.com)
Hi HN! We were frustrated with text diffs on GitHub PRs, so we made DiffLens (https://github.com/marketplace/difflens). DiffLens constructs an Abstract Syntax Tree for each file, and uses that semantic information to…