You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Similar to #43026 i would like to have a setting to ignore all line breaks
New Feature
In settings it's possible to set "diffEditor.ignoreLineBreak": true
Current status
to my knowledge there's no option to ignore all line breaks in the diffEditor,
Example and benefit
The screenshot below compares two versions of a file. Currently it is not easy to see at a glance if the code was changed or only line breaks were added.
With the new feature this code lines would not be highlighted and therefore the reviewer could see at first glance that nothing must be reviewed here.
The text was updated successfully, but these errors were encountered:
This feature request is now a candidate for our backlog. The community has 60 days to upvote the issue. If it receives 20 upvotes we will move it to our backlog. If not, we will close it. To learn more about how we handle feature requests, please see our documentation.
🙂 This feature request received a sufficient number of community upvotes and we moved it to our backlog. To learn more about how we handle feature requests, please see our documentation.
Similar to #43026 i would like to have a setting to ignore all line breaks
New Feature
"diffEditor.ignoreLineBreak": true
Current status
Example and benefit
The screenshot below compares two versions of a file. Currently it is not easy to see at a glance if the code was changed or only line breaks were added.
With the new feature this code lines would not be highlighted and therefore the reviewer could see at first glance that nothing must be reviewed here.
The text was updated successfully, but these errors were encountered: