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

[Request] Compare mode taking full width and taking Formatting from original files #28

Open tonpix opened 6 years ago

tonpix commented 6 years ago

I have 2 files open in separate views and when I compares elected texts, the compare takes area of one view, which makes it cramped. Could we get option to take it full width for comparision only, and then closing it would make back to 2 views?

Also, seems compare mode is set on default Plain Text? For small QoL, could it be possible to comparator take Formatting from original files (if they're all same, it sets to same Formatting)

ryu1kn commented 6 years ago

take it full width for comparision only, and then closing it would make back to 2 views?

I like your suggestion 👍 but not sure how I can achieve it yet

As for formatting, we should probably create another card as it seems to be an unrelated issue.