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
@thomasorus Although I *think* Xcode was called Project Builder back then 🤔 #old
@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)