realnc / frobtads

Linux and macOS development tools and text-mode interpreter for TADS adventure games.
49 stars 12 forks source link

the language server protocol for tads3? #6

Open ergodicbreak opened 5 years ago

ergodicbreak commented 5 years ago

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?

realnc commented 4 years ago

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.