raymon-sun / vscode-git-history

70 stars 15 forks source link

Feature request: richer integration with git features. #2

Open bvandevliet opened 1 year ago

bvandevliet commented 1 year ago

This extension is very neat! However, a major shortcoming is the lack of proper git integration.

I believe this extension has great potential if it integrates with git features like push, checkout, merge, etc. How I'd love to see this is to have below options added to the context menu on a right click, when applicable. I mean, the current Cut, Copy, Paste is just not sufficient, I agree Copy is nice, but Cut and Paste? What is your opinion about this? ;)

On a commit

On a tag

On a branch

hansu commented 1 year ago

I agree. At least some basic commands like checkout commit or branch would be quite useful.

I mean, the current Cut, Copy, Paste is just not sufficient, I agree Copy is nice, but Cut and Paste?

Yes cut and Paste does not makes any sense here. However this context menu should be removed as it does not have any function. Even "Copy" does not work via the context menu.