nobody-famous / alive-lsp

Language Server Protocol implementation for use with the Alive extension
73 stars 8 forks source link

Alive-lsp Dev doc #44

Closed madkins23 closed 1 year ago

madkins23 commented 1 year ago

I'm not sure that you're going to like the various dev/testing options. I did test them by following the instructions in the original version of the doc. I can think of situations where each option might be useful. On the other hand, I may be confusing the issue with choices (like shopping in a giant hardware store). You're welcome to tell me to only document the second configuration.

madkins23 commented 1 year ago

Added note on ASDF version requirement that came up in Issue #18.

madkins23 commented 1 year ago

Fixed all comments to date.

I've been hacking on some Go code for interacting with a LSP server. I sent you an invite to the private repository. I started just wanting to send a single request to the LSP server and ended up with something that can sit between the Alive-lsp client and the LSP server dumping all of the actual traffic.

I mention this here because it's been helpful to me already. If it were a "real" tool I would mention it in this document. For the moment it's in limbo in a private repo. I can send you a (4Mb!) .exe file but I don't have a way to test it on that platform at the moment.