Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[lsp4e-dev] Add workspace/executeCommand support for client and server

Hello,

I’m working on an Eclipse LSP client for scala metals, a language server for Scala (check it out at http://scalameta.org/metals-eclipse/). I would like to add support in my client for the following stuff:

  • workspace/executeCommand, metals support some commands using workspace/executeCommand, so I’d like to implement them in my editor
  • some custom scala metals notifications, e.g metals/status.

Do you have some documentation on how to do it, or some code that does something similar to get some inspiration from it?

Thanks in advance for your time..

Best regards,



-- 
Edmundo López B.


Back to the top