Show HN: Edamagit – Magit for VSCode
github.com
Show HN: Edamagit – Magit for VSCode
1–10 of 26 posts
Re: Show HN: Edamagit – Magit for VSCode
#2Re: Show HN: Edamagit – Magit for VSCode
#3edamagit 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
#4edamagit 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 :/
[1] (https://code.visualstudio.com/docs/getstarted/userinterface#...)
Re: Show HN: Edamagit – Magit for VSCode
#5I didn’t know about the forge features, will check those out.
Re: Show HN: Edamagit – Magit for VSCode
#6I’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.
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
#7Earlier 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#... )
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
#8Earlier 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!
Re: Show HN: Edamagit – Magit for VSCode
#9Earlier 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.