-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Inline diffing should prioritize diffing whole words #29
Comments
Do you have suggestions for when a word is too long? I assume this should go up to the word boundary |
Something arbitrary. Maybe 30 characters? Wonder how the Git diff algorithm handles this.
Yes Some relevant resources: |
This may be useful: https://github.com/aceakash/string-similarity |
I think we should disable word diffing until we can implement something better. The digging continues to be unusable. I’m often using console log. |
@IssueHunt has funded $80.00 to this issue.
|
Unless the words are very long. AFAIK that's how Git diffing works too.
We don't want this (current):
The text was updated successfully, but these errors were encountered: