onivim/oni

Language server over TCP

Aberta

#2.350 aberto em 24 de jun. de 2018

 (3 comentários) (0 reação) (0 responsável)TypeScript (297 forks)batch import
enhancementhelp wantedperformance

Métricas do repositório

Stars
 (11.247 estrelas)
Métricas de merge de PR
 (Nenhuma PRs mesclada em 30d)

Description

As per https://langserver.org/ , language_server-ruby is very basic where as https://github.com/castwide/solargraph supports more capabilities.

Solargraph, however, only supports TCP; the author is suggesting he was getting more performant results over TCP vs stdio, this is why he kept TCP. ref: https://github.com/castwide/solargraph/issues/65

The author will take a look at stdio again but it would make sense for Oni to support TCP, especially it might be faster.

Guia do colaborador