ananthakumaran / tide

Tide - TypeScript Interactive Development Environment for Emacs
GNU General Public License v3.0
1.46k stars 109 forks source link

Integration of lsp-bridge #450

Closed Joxos closed 2 years ago

Joxos commented 2 years ago

Feature Request

Can tide integrate lsp-bridge? It's now the fastest lsp backend in Emacs.

Joxos commented 2 years ago

https://github.com/manateelazycat/lsp-bridge

Here is the repo.

ananthakumaran commented 2 years ago

I fail to see how this is relevant to tide. Tide only provides support for typescript/javascript and the only supported backend is tsserver (which doesn't actually follow the lsp protocol).