frobtads icon indicating copy to clipboard operation
frobtads copied to clipboard

the language server protocol for tads3?

Open ergodicbreak opened this issue 5 years ago • 1 comments

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?

ergodicbreak avatar Nov 10 '19 17:11 ergodicbreak

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.

realnc avatar Feb 06 '20 23:02 realnc