You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 16, 2020. It is now read-only.
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?
The text was updated successfully, but these errors were encountered:
Emacs lsp-mode uses
jsts-ls
as its default language server.However unlike other language servers,
jsts-ls
doesn't seems to work well withcompany-lsp
.company-lsp
should reduce the number of candidates as I type more characters, buttsjs-ls
doesn't reduce the number of candidates and it juts prints all functions or properties.Is this an issue from
tsjs-lsp
? or fromcompany-lsp
?The text was updated successfully, but these errors were encountered: