ryu1kn / vscode-partial-diff

Visual Studio Code Extension. Take a diff of 2 parts of text(s)
https://marketplace.visualstudio.com/items?itemName=ryu1kn.partial-diff
MIT License
186 stars 16 forks source link

Feature Request: Support for word wrap in a diff window #8

Closed kimptoc closed 7 years ago

kimptoc commented 7 years ago

Thanks for the great tool.

Any plans to support word wrap in a diff window - assuming its a limitation in the plugin...

Would be handy for comparing very long lines!

Thanks.

ryu1kn commented 7 years ago

Hi. Hmm... word wrap doesn't seem to be supported even on the standard file compare or git diff. Since partial diff just use VSCode's diff view vscode.diff (https://code.visualstudio.com/docs/extensionAPI/vscode-api-commands), I don't think I can do much about it...

kimptoc commented 7 years ago

Ok - I see that its been requested there - https://github.com/Microsoft/vscode/issues/11387 :)

ryu1kn commented 7 years ago

Cool, thanks for finding the issue! Let's wait for them supporting it 😉

ryu1kn commented 3 years ago

Ok - I see that its been requested there - microsoft/vscode#11387 :)

This has been addressed and just released as 1.52.0!! 🎉