Re: [racket-users] lsp server

2020-08-17 Thread Catonano
Il giorno dom 16 ago 2020 alle ore 15:48 Philip McGrath < phi...@philipmcgrath.com> ha scritto: > On Fri, Jul 31, 2020 at 2:46 PM Catonano wrote: > >> I'm playing with a toy project in #Racket >> >> > I'd like to use the lsp server… >> > how do I connect to

Re: [racket-users] lsp server

2020-08-16 Thread Philip McGrath
On Fri, Jul 31, 2020 at 2:46 PM Catonano wrote: > I'm playing with a toy project in #Racket > > I'd like to use the lsp server… > how do I connect to it from my Emacs based client ? > Just in case by "use the lsp server" you meant "set up Emacs to work on a

Re: [racket-users] lsp server

2020-08-15 Thread Catonano
Il giorno ven 31 lug 2020 alle ore 21:33 Stephen De Gabrielle < spdegabrie...@gmail.com> ha scritto: > I don’t know anything about this but I believe > I just found how I need to load the main.rtk file from the lsp server project. That will start a lsp server answering through the pipe to the

Re: [racket-users] lsp server

2020-07-31 Thread Stephen De Gabrielle
I don’t know anything about this but I believe https://github.com/cfinegan/atom-ide-racket is a working example. Might be worth a look at the code to see how it works. Sorry I can’t be of more help Best wishes Stephen On Fri, 31 Jul 2020 at 19:46, Catonano wrote: > I'm playing with a toy

[racket-users] lsp server

2020-07-31 Thread Catonano
I'm playing with a toy project in #Racket I'd like to use the lsp server https://docs.racket-lang.org/racket-language-server/index.html How do I do that ? Should I require it from my project code ? Or is it meant to be installed "globally" ? And after