Live data from Hacker News

Show HN: Edamagit – Magit for VSCode

github.com

11–20 of 26 posts

Re: Show HN: Edamagit – Magit for VSCode

#12
I used Atom for a year on a break from Vim. I got it working JUST like Vim but the biggest thing missing was a decent Git experience. I found a plugin that was a lot like Magit (the thing I liked most about Emacs). I used that until Atom got a good Git experience. Later I tried the same thing with VSCode. It's Vim-ish experience is just not as good. I'd love to go back and try it with this though. VSC's default Git experience leaves a LOT to be desired.

Re: Show HN: Edamagit – Magit for VSCode

#13

I used Atom for a year on a break from Vim. I got it working JUST like Vim but the biggest thing missing was a decent Git experience. I found a plugin that was a lot like Magit (the thing I liked most about Emacs). I used that until Atom got a good Git experience. Later I tried the same thing with VSCode. It's Vim-ish experience is just not as good. I'd love to go back and try it with this though. VSC's default Git e…

They have been improving the git plugin quite a bit in very recent times... adding a lot of functionality that was missing. I still go back to spacemacs when i needed to do more advanced workflows but the basic stuff in vscode is not bad anymore(though rebasing i am still way more comfortable in magit)

I am excited for this to be fleshed out and hope it's closer to a nice magit experience.

Re: Show HN: Edamagit – Magit for VSCode

#14
post #5

I’ve been using this along with the other extensions bundled with VSpaceCode and it has been an awesome experience (and has brought me back to VS Code from Spacemacs). Just want to say thanks for writing this extension and for bringing the magic of Magit to more people. I didn’t know about the forge features, will check those out.

Same, I recently was on a deadline for a project and hit some issues with the tide/typescript tooling in my spacemacs and quickly switched over to VS Code with VSpaceCode [1]. I was actually pretty impressed with the setup and didn’t feel at all out of place. Having magit there was a welcome surprise. If there was an org-mode replacement I might even make the switch permanent, as much as I love spacemacs sometimes I…

I'm still not sure if I have my Tide/Typescript set up properly in Emacs either - I think currently I have web-mode and a couple of other packages for formatting and linting, but I'm also rarely in that world these days.

Are/were you using one of the lsp-mode packages for Typescript?

Re: Show HN: Edamagit – Magit for VSCode

#15
post #2

edamagit for VSCode has evolved quite a bit since initially posting the alpha here. It's still in preview, but more magit and forge features are now present. Would love some more feedback, and pointers to areas to focus on. (Have had some contributions, but mostly it's me working on this)

This is a very cool plugin! I'm the sole Emacs user on my team, who mostly use VS Code, and I'm always extolling the virtues of Magit. I can't wait to share this with them tomorrow!

Re: Show HN: Edamagit – Magit for VSCode

#17
post #2

edamagit for VSCode has evolved quite a bit since initially posting the alpha here. It's still in preview, but more magit and forge features are now present. Would love some more feedback, and pointers to areas to focus on. (Have had some contributions, but mostly it's me working on this)

Kudos to you. Currently on mobile, so can't really test. Does this work with Onivim2?

Re: Show HN: Edamagit – Magit for VSCode

#18
post #17
post #2

edamagit for VSCode has evolved quite a bit since initially posting the alpha here. It's still in preview, but more magit and forge features are now present. Would love some more feedback, and pointers to areas to focus on. (Have had some contributions, but mostly it's me working on this)

Kudos to you. Currently on mobile, so can't really test. Does this work with Onivim2?

I'm not sure, haven't tried. Onivim2 looks cool! Looks like they support VSCode extensions, so hopefully it'll work without too much hassle. For the VSCodeVim extensions I recommend alternative edamagit keybindings to avoid collisions. These are available in the edamagit README.md

Re: Show HN: Edamagit – Magit for VSCode

#19

I used Atom for a year on a break from Vim. I got it working JUST like Vim but the biggest thing missing was a decent Git experience. I found a plugin that was a lot like Magit (the thing I liked most about Emacs). I used that until Atom got a good Git experience. Later I tried the same thing with VSCode. It's Vim-ish experience is just not as good. I'd love to go back and try it with this though. VSC's default Git e…

Try the Neovim plugin, it uses native Neovim rather than VSCodeVim which is emulated.

Re: Show HN: Edamagit – Magit for VSCode

#20

I used Atom for a year on a break from Vim. I got it working JUST like Vim but the biggest thing missing was a decent Git experience. I found a plugin that was a lot like Magit (the thing I liked most about Emacs). I used that until Atom got a good Git experience. Later I tried the same thing with VSCode. It's Vim-ish experience is just not as good. I'd love to go back and try it with this though. VSC's default Git e…

Try the Neovim plugin, it uses native Neovim rather than VSCodeVim which is emulated.

I have heard this. I really do like just plain old NeoVim. I tend to only mess with full blown IDE style editors just to have an idea what's available for other devs on my team. (I don't ever want to pressure someone to learn Vim/Emacs)
Post reply on HN