I am a bit of an Emacs fan.
Actually no that's not correct. That implies I use it based on something other than reason.
The default interface on Emacs is terrible. Vi like interfaces are much better particularly if you are on a laptop keyboard or your hands are tired from a long day of coding.
There is some relaxing about using a Vim like interface. It's not without quirks and may not be totally optimal but it is nice. Emacs has Evil a vim interface emulator.
Emacs has features that traditional Vim does not. Image support and Org mode. It may not seem enough but when you have Evil the advantages of Vim over Emacs are marginal at best.
Emacs is also hard to set up. It can be a rite of passage, a learning experience or a time sink depending on you point of view. Thankfully Doom Emacs exists if you are in the later group.
Doom Emacs provides you with almost everything you want set up in an efficient way, it's great. I can't imagine myself going back to bare Emacs.
Magit
The Emacs git plug in, available by default that in Doom Emacs that covers all you need. It is great. I mean really good. After using some gui wrappers and eventually deciding to just use the command line for git. Magit has managed to provides and easy to use plugin that feels natural in use.
There is, as always, a reasonable learning curve but before you know it you are doing the git operations with a minimal number of key presses and not breaking focus.
VS Code
Yep everyone is using it. I used it heavily for a while and it has feature like image support and vim emulation. It's currently the editor with the highest chance of making me leave Emacs.
It also popularised the idea of language servers, a boom for less common editors. A language server answer all the hard questions a programming language editor has to answer. For instance, go to definition or change the name of this variable.
It massively levelled the playing field and I would not be using Emacs with out. A heartfelt thank you to VS Code.
I find VS Code a little frustrating to use. I don't quite settle into the keyboard for a evening of coding or writing when using it. Probably me and years of using Vi and Emacs.
My current main use for VS Code is debugging. The debugger is not great but it is nice compared to most of Linux debugging set ups. I have yet to get into debugging in Emacs, it doesn't look fun. Maybe I don't want to tackle that learning curve just yet.
VS Code is also very quick to load showing they do care about the little things.
mmm, this was meant to be about Magit
I start this post to say "Try Magit" but hey, with free-form writing you never know where it will go.
Editors seem to be converging on features for the type of coding I do. It seems unlikely you will get increased productivity from them for a little while. AI may eventually help but that will likely end up in the LSP servers.
Picking something that doesn't distract and lets you focus if the essential thing.
Note: I don't write in C# or Java where the choice of editor may matter more.