Building your own code editor is simple, right? Just add a textarea tag and we're done. Well, it's not that simple. In "Building your own code editor with Monaco" we're going to cover motivations driving someone to build their own code editor, how do we get started, adding autocomplete, built-in documentation, event handlers and so much more. We're not going to start from scratch though, instead we're going to learn how to use Monaco Editor (which powers everyones' [citation needed] code editor - VSCode) to build our very own code editor.