SemanticDiff
SemanticDiff copied to clipboard
Community support for SemanticDiff, the programming language aware diff for Visual Studio Code and GitHub.
It would be great to have support for XML. My use case is comparing WSDL files that unfortunately have different attribute ordering (which the XML spec says is irrelevant). In...
**Is your feature request related to a problem? Please describe.** Semantic diff viewer doesn't work with the standard Timeline panel. With default vscode diff viewer I can click through the...
**Describe the Bug** Some text in the diff is very hard to read with a light theme. **To Reproduce** Steps to reproduce the behavior: 1. Set a light theme 2....
Add a way to either stage or revert a diff block, like the icons in between revisions in the default diff viewer allow you too Not sure if that's possible...
**Is your feature request related to a problem? Please describe.** Please add support for PowerShell Language **Describe the solution you'd like** Ext to work with Powershell files **Describe alternatives you've...
Not sure if this is a bug or just a design choice, but I have some feedback on which pair of generic brackets should be highlighted when changing a generic...
Consider https://app.semanticdiff.com/gh/jenkinsci/jenkins/pull/9688/changes#cli/src/main/java/hudson/cli/CLI.java?ignore_comments=true as an example. (https://github.com/jenkinsci/jenkins/pull/9688) Most of the first page that you see consists of changes to Java `import` statements. These are not really interesting to the reviewer in...
I am pretty frustrated with standard document workflows involving PDF and MS Word. It would be beyond amazing to be able to work in a documents-as-code fashion using AsciiDoc +...
Consider https://app.semanticdiff.com/gh/jenkinsci/jenkins/pull/9688/changes#cli/src/main/java/hudson/cli/CLI.java?ignore_comments=true as an example. (https://github.com/jenkinsci/jenkins/pull/9688) In two places (as of this writing) there are entries in the diff which are highlighted with boxes ```java @Override ``` and called out...
**Is your feature request related to a problem? Please describe.** GitHub can ignore whitespace in github UI when comparing repo changes, but not for its gists. **Describe the solution you'd...