Would you know to recommend a plugin for VScode for GIT repositories on par with Jetbrains’ IDEs functionality? I use both, and I like both, but missing seamless and user-friendly GIT experience in IDEA when working with VScode. Tried GitLens and other.
Basically I’m missing a composed scenario like: shelve changes, git pull with rebase, unshelve, resolve conflicts, commit, push – and do everything as one workflow with convenient user experience. With pure VScode, I’m struggling a lot (failing back to git CLI), I found GitLens much better but still doing this semi-manually and getting lost on more complex updates.