javascript-typescript-langserver icon indicating copy to clipboard operation
javascript-typescript-langserver copied to clipboard

Not working with Emacs company-lsp

Open ghost opened this issue 6 years ago • 1 comments

Screenshot from 2019-04-25 18-32-02 Screenshot from 2019-04-25 18-33-05

Emacs lsp-mode uses jsts-ls as its default language server.

However unlike other language servers, jsts-ls doesn't seems to work well with company-lsp.

company-lsp should reduce the number of candidates as I type more characters, but tsjs-ls doesn't reduce the number of candidates and it juts prints all functions or properties.

Is this an issue from tsjs-lsp? or from company-lsp?

ghost avatar Apr 25 '19 09:04 ghost

It is an issue with company-lsp and it should be fixed now.

yyoncho avatar May 16 '19 05:05 yyoncho