Following up on my self, it seems that calling a command programmatically wont be possible after all since the LSP classes are module private. Is there a workaround for this?
Cheers. On Mon, Nov 23, 2020 at 9:15 PM Randamuna Namae <[email protected]> wrote: > Hello dear community, > > I'm working on integrating Apache NetBeans with Scala's LSP server and got > the basics working. > > The problem I'm facing is that after starting the LSP client and > initialization is done with the Scala LSP Server, I need to send a command > to it programmatically so that it does an indexing step it needs to do. I'm > struggling to find a proper hook that gets run *after* initialization of > the LSPBindings went alright. > I'd greatly appreciate it if you could point me in the right direction. > > Thanks. >
