mattn / efm-langserver

General purpose Language Server
MIT License
1.34k stars 61 forks source link

Golang IDE using this lib #199

Closed gedw99 closed 2 years ago

gedw99 commented 2 years ago

I would like to incorporate this lsp server to build a golang based IDE.

is there a golang client for lsp ?

I am needing the IDE to support a combination of typescript , golang, HCL and json / json schema

mattn commented 2 years ago

This is not a client library. This is server implementation.