microsoft / vscode

Visual Studio Code
https://code.visualstudio.com
MIT License
164.51k stars 29.39k forks source link

git integration #137874

Open aquillavdberg opened 2 years ago

aquillavdberg commented 2 years ago

i'd like to have a visual interface for git integrated in the IDE. I'd like to see a graph with all its' branches and would like to be able to click on the different commits to see what files were changed and when clicked on the file, to see the changes within them

lszomoru commented 2 years ago

Have you tried the GitLens extension? I would recommend that you give that a try and it has a lot of git related functionality on top of what is built in to VS Code.

heartacker commented 2 years ago

recommend : https://marketplace.visualstudio.com/items?itemName=mhutchie.git-graph

yay commented 2 years ago

Have you tried the GitLens extension? I would recommend that you give that a try and it has a lot of git related functionality on top of what is built in to VS Code.

@lszomoru GitLens cramms everything into the Source Control side panel. Because GitLens is a third-party extension, it's trying to achieve what it can with the tools it is given, rather than having the freedom to consider how the best git GUI would look like if there were no contraints. I don't think it would look like an accordion with a bunch of items.