Word Wrap in Diff Viewer
As a programmer who frequently works with files with long lines of code, I would like see them in a word-wrapped manner in the diff view in order to actually see the entire code on one screen.
An example of such a case are Markdown files that have been edited with Typora or another WYSIWYG Markdown editor. Such editors will put entire blocks of text onto a single line. When checking those into Git and then looking at the diff using GitKraken, a long scrollbar appears at the bottom. This is a bit inconvenient for working.
Comments: 9
-
02 Nov, '21
OnlineCopI would also like to recommend that this not be a global Preferences setting, as it makes more sense to toggle this as-needed from the View menu.
-
09 Apr, '22
gzzhttps://github.com/microsoft/vscode/issues/11387
For the developers: the diff view word wrapping functionality seems added to monaco editor, so upgrading the monaco editor version should make word wrapping work for diff view.
I need this desperately, especially for diff-ing latex and markdown files with very long lines. Hope you can consider it, thanks! -
18 May, '22
FrancisI would love this to be able to see changes in minified JS files as well!
-
18 May, '22
David Magalhães SousaThis is absolutely mandatory for latex files, since they also contain one-line chunks of text and becomes impossible to compare if they don't wrap.
-
24 Jun, '22
TwoleelandWord wrapping should be a standard toggling option which would make daily work a lot easier!
-
09 Dec, '22
ArianeI really hope you add this. Scrolling left and right in code has always infuriated me.
-
21 Dec, '22
CrisUrgently needed for working with documentation and any plain-text writing task
-
21 Dec, '22
MauriceYes, working with documents in Asciidoc is a pain at present. Please implement!
-
25 Jan
NilsPlease, make this a priority. Thank you.