Since we're talking microsoft and vscode today, what are your favorite code editors? What is your history with code editors? 
@thomasorus When I was a student, we were forced to use Emacs on NetBSD to learn C. I didn't like, so as soon as we were allowed, I switched to Visual Studio, then Xcode in my first job, then Textmate, then Vim. I was using Vim for a few years (tried Atom and such here and there), and most recently switched to Emacs (with Doom + Evil Mode). And since I'm also learning C now, I feel like I'm back right where I started! Except on Linux, not NetBSD... #thecycleoflife
@gueorgui I installed emacs doom and I'm so confused and have so many questions and at the same time I'm not sure I want the answers lol
@thomasorus The answer with Emacs is always "yes"

@gueorgui How do I open a folder ? How do I make the file tree visible ?

yes

@thomasorus For real though, hit the leader key (it's space in Doom) and dig through the menus. For example to open a file (or a folder) it's `SPC f f` (press space, then press f, and f again)
@gueorgui How do you close something ? Yes ?
@thomasorus Yes! (space w d)
@gueorgui How do I get this?!
@thomasorus To get the file browser, you wanna enable the neotree plugin in your init.el, I think (I don't use it myself).
Doom Emacs - Getting Started

YouTube