Diff Checker is highly recommended for software developers, writers, editors, teachers, and students who often need to compare documents or code. It is also suitable for any individuals or teams working on collaborative projects where tracking changes in scripts, documents, or spreadsheets is essential.
No SemanticDiff videos yet. You could help us improve this page by suggesting one.
Diff Checker might be a bit more popular than SemanticDiff. We know about 9 links to it since March 2021 and only 9 links to SemanticDiff. We are tracking product recommendations and mentions on various public social media platforms and blogs. They can help you identify which product is more popular and what people think of it.
> What we should have instead is syntax-aware diffs that can ignore meaningless changes like curly braces moving into another line or lines getting wrapped for reasons. These diffs already exist (at least for some languages) but aren't yet integrated into the standard tools. For example, if you want a command line tool, you can use https://github.com/Wilfred/difftastic a try. - Source: Hacker News / 4 months ago
Looking at the architecture, they will probably run into some issues. We are doing something similar with SemanticDiff [1] and also started out using tree-sitter grammars for parsing and GumTree for matching. Both choices turned out to be problematic. Tree sitter grammars are primarily written to support syntax highlighting and often use a best effort approach to parsing. This is perfectly fine for syntax... - Source: Hacker News / 7 months ago
I am working on SemanticDiff, a programming language aware diff that hides style-only changes, detects moved code and refactorings. I just added support for Rust and would like to know what you think! Source: over 1 year ago
If you're looking for a VS Code extension or a GitHub app, check out https://semanticdiff.com/. I'm a co-founder of this project. If you prefer a CLI tool, check out https://github.com/Wilfred/difftastic. It supports more languages, but doesn't recognize when code has been replaced by an equivalent version ("invariances"). So it will show some changes (e.g.... - Source: Hacker News / over 1 year ago
There are some tools that can separate actual code changes from reformatting changes. I am working on https://semanticdiff.com, a VS Code Extension / GitHub App that can help you with this. There is also difftastic if you prefer a CLI based solution. It supports more languages but can detect fewer types of reformatting changes. - Source: Hacker News / over 1 year ago
Another interesting point: I copied both my answer and the suggested answer into diffchecker.com, and it said they were the same. Source: over 1 year ago
Never knew diffchecker.com was a thing. Thank you so much for making me aware of it <3. Source: about 2 years ago
In what way did you show the file comparison? Did you use a diff like diffchecker.com ? If someone can see for themselves that every bit of data between two files is exactly the same, and still thinks they are different, IDK how you could get past that. x == x is pretty fundamental. Source: about 2 years ago
How do I find the actual difference between two strings that appear equal to the naked eye? I used multiple tools and some show no differences, but some show differences. I got diffs on diffchecker.com, but it just shows me that they are different, but not how they differ. Is there a better tool for this? Source: over 2 years ago
I am wondering if there's something that allows you to easily display differences between two json like on diffchecker.com. Is there a library that allows you to easily do that? Source: over 2 years ago
WinMerge - WinMerge is an open source differencing and merging tool for Windows.
Beyond Compare - Beyond Compare allows you to compare files and folders.
Diff Text - Diff Text is an online diff text tool
Meld - What is Meld? Meld is a visual diff and merge tool targeted at developers.
Text compare! - Text compare! is a online diff tool that allows you to easily spot the differences between to texts.
Compare - Download Notepad++ Compare plugin for free. Comparison plugin for Notepad++ editor. Comparison plugin for Notepad++ editor.