edmistond / vscode-better-git-commits

Magit-inspired git commit creation for Visual Studio Code
0 stars 0 forks source link

Window with git commands #1

Open vterdunov opened 6 years ago

vterdunov commented 6 years ago

Hey! Is it possible or planned to create other Magit features to this extension? Window with git commands like this: or

edmistond commented 6 years ago

Hey, thanks for the comment. It's... sort of planned. I probably won't do something like the Sublime Text example in your second screenshot there; I would like to start by doing a summary of what's currently staged/not staged. That was actually a feature I'd implemented originally but had some trouble getting it to work right. Eventually it'd be nice to expand that to be interactive like magit's buffer is.

I also need to make some updates to be sure this actually works with the new multi-workspace stuff in Code, which'll probably be a higher priority. Day job and a five month old at home have been keeping me busy lately.

Edit - I do hope you find it at least somewhat useful as is. This was partly a scratch-my-own-itch thing because I'm usually super picky about how I format my commits, and I wanted a real buffer to type in. But I find myself using Code a lot more than Emacs these days, so I'd definitely like to extend it further when I have the time. 🙂