/lsp-notes

hi, these are some notes / examples while research language server protocol

Primary LanguageJavaScript

JSON RPC / LSP Notes

Hello, these are some notes I took while exploring JSON RPC / Microsoft Language Server Protocol.

These start with rpc basics and end with running a typescript language server to parse a <textarea>

A example lsp textarea app

Examples / Notes:

How to run examples 0-4

npm install
npm run example_X

References