How to use custom LSP server in Genio?

I’m using right now Genio as IDE under Haiku since it claims to support code completion features using LSP. For my DragonScript language I have written an LSP for use with VSCode. I got so far as to compile the server side of the LSP under Haiku but in Genio I can not find any way to configure using that LSP (it’s NodeJS based). Anybody has done this so far or is even a developer?

1 Like

The readme names just three servers, for C, C++, C# and Python. Having a look at the code, it seems they are hardcoded. It also seems it should not be too difficult to add settings for users to add their own.

I guess if there’s no option you could add yours to LSPServersManager and rebuild. Or bend reality by renaming your server to pylsp, accepting -v and lying about your DragonScript files being Python.

1 Like

Maybe @Nexus-6 or @xeD can help you out?

I’ve already shared this post in their telegram channel, let me ping @jackburton too