More prominent staged/unstaged via gutter #27178
DragonDev1906
started this conversation in
Git
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
In the git diff view (where you can see all changes and stage/unstage them) I find it really hard to see which changes are staged and which aren't. The only difference is that the background gets slightly darker/transparent if staged (which I don't find intuitive either).
Suggested changes to the gutter:
git show
)This should would also make it possible to see which changes are staged while in a normal code editing pane. At the moment the stage/unstage shortcuts work there but there is absolutely no visual indication.
Why a third state (seen, marked as staged/unstaged)?
Although it doesn't help with readability in regards to what is staged and what isn't, it does help seeing which changes you've seen and marked as not being part of the commit and makes it easier to jump to new changes (
editor::GoToUnseenHunk
andeditor::GoToPreviousUnseenHunk
).I see this seen vs unseen as a nice-to-have, but marking the staged changes with blue in the gutter would help A LOT.
Beta Was this translation helpful? Give feedback.
All reactions