- Published on
Editor intellisense, diagnostics and your favorites auto-import, auto-complete, go-to-definitions are all the features of a language-server-protocol (lsp). Learn how to implement your own language server protocol from scratch with nodejs and typescript. We will be looking at the specification provided by microsoft and implement one for ourselves.