The state of editor tooling for programming languages has seen great change in recent memory thanks to Microsoft's specification of a [Language Server Protocol]( https://microsoft.github.io/language-server-protocol/overview) (LSP). While some editors bundle LSP out of the box, making it a breeze to get up and running, others take a little more tweaking. In a series of posts, I will detail the state of LSP editor tooling in Reason / OCaml, as well as how to get set up quickly in a variety of e...