Skip to content
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

Is there a way to view all the diffs on one scrollable page? #852

Open
scottlingran opened this issue Jan 31, 2025 · 1 comment
Open

Is there a way to view all the diffs on one scrollable page? #852

scottlingran opened this issue Jan 31, 2025 · 1 comment
Labels
enhancement New feature or request

Comments

@scottlingran
Copy link

GitHub and VSCode has these nice options where you can just view all the diffs of all the files on one page. I'm wondering if this plugin has that option?

For example,
Image

If not, I'd happy to work on this and submit a pull request.

@Vinzent03 Vinzent03 added the enhancement New feature or request label Feb 5, 2025
@Vinzent03
Copy link
Owner

No there is currently no way, but when implementing this, one must definitely lazy load the editors to keep performance with many changes. But I would like to postpone this a bit, because the current new editor diff view has quite some issues with showing merge conflicts, which I think need to be fixed in order to implement this feature here properly.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants