frobtads
frobtads copied to clipboard
the language server protocol for tads3?
I'm exploring the possibility of implementing the language server protocol (lsp) for tads3. As far as I can tell I would have to extend the networking code to allow lsp clients to connect to a running tads VM over a socket and add JSON-RPC parsing in tads itself. Can anyone comment on additional necessary steps or possible shortcuts?
I don't know anything about lsp, unfortunately. But if you have any changes to the sources to make it possible, we can merge them.