Live data from Hacker News

Show HN: Edamagit – Magit for VSCode

github.com

1–10 of 26 posts

Re: Show HN: Edamagit – Magit for VSCode

#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)

Re: Show HN: Edamagit – Magit for VSCode

#3
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)

Any tips on how to activate edamagit in VSCode? I have edamagit installed but I can't figure out how to actually open it to use it....dumb question-- I apologize-- but I've been struggling to find a clear answer on google :/

Re: Show HN: Edamagit – Magit for VSCode

#4
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)

Any tips on how to activate edamagit in VSCode? I have edamagit installed but I can't figure out how to actually open it to use it....dumb question-- I apologize-- but I've been struggling to find a clear answer on google :/

Yes, after installation you can use the default keyboard shortcut ‘Alt+x g’ to open the edamagit status view. You could also run the command ‘Magit Status’ from the VSCode command pallete. [1]

[1] (https://code.visualstudio.com/docs/getstarted/userinterface#...)

Re: Show HN: Edamagit – Magit for VSCode

#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.

Re: Show HN: Edamagit – Magit for VSCode

#6
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 just don’t want to fiddle with my configs so much.

So yes, thanks for making this, it saved me just the other week!

[1] I generally spend my time with Go/Rust, it was likely user error.

Re: Show HN: Edamagit – Magit for VSCode

#7
post #4

Earlier quoted context omitted.

Any tips on how to activate edamagit in VSCode? I have edamagit installed but I can't figure out how to actually open it to use it....dumb question-- I apologize-- but I've been struggling to find a clear answer on google :/

Yes, after installation you can use the default keyboard shortcut ‘Alt+x g’ to open the edamagit status view. You could also run the command ‘Magit Status’ from the VSCode command pallete. [1] [1] ( https://code.visualstudio.com/docs/getstarted/userinterface#... )

Similarly, I'm struggling with the settings / turning on forge.

I'd love to be able to list issues, read them, comment on them, edit them, add/remove labels, etc.

Basically, trying to recreate https://www.youtube.com/watch?v=VVOd1yOKVqQ (using the original magit/forge) inside of vscode!

Re: Show HN: Edamagit – Magit for VSCode

#8
post #7
post #4

Earlier quoted context omitted.

Yes, after installation you can use the default keyboard shortcut ‘Alt+x g’ to open the edamagit status view. You could also run the command ‘Magit Status’ from the VSCode command pallete. [1] [1] ( https://code.visualstudio.com/docs/getstarted/userinterface#... )

Similarly, I'm struggling with the settings / turning on forge. I'd love to be able to list issues, read them, comment on them, edit them, add/remove labels, etc. Basically, trying to recreate https://www.youtube.com/watch?v=VVOd1yOKVqQ (using the original magit/forge) inside of vscode!

For now Github is the only supported forge. The repo has to have a github remote defined, and it will try to load issues and pull requests. The forge functionality is very new.

Re: Show HN: Edamagit – Magit for VSCode

#9
post #8
post #7

Earlier quoted context omitted.

Similarly, I'm struggling with the settings / turning on forge. I'd love to be able to list issues, read them, comment on them, edit them, add/remove labels, etc. Basically, trying to recreate https://www.youtube.com/watch?v=VVOd1yOKVqQ (using the original magit/forge) inside of vscode!

For now Github is the only supported forge. The repo has to have a github remote defined, and it will try to load issues and pull requests. The forge functionality is very new.

[deleted]
Post reply on HN