Closed
Description
Tody Eclipse Bluesky is using https://github.com/sourcegraph/javascript-typescript-langserver which implements LSP with TypeScript Language service.
IMHO, I think it should be better to consume https://github.com/prabirshrestha/typescript-language-server (once it will support all features like diagnostic, etc) which uses tsserver. Here pros to use it:
- it's a Microsoft guy who has developed that
- tsserver is hosted in the TypeScript bundle, so you will benefit of new features just by installing TypeScript bundle. For instance javascript-typescript-langserver doesn't support TypeScript plugins (see Support TS plugins sourcegraph/javascript-typescript-langserver#327). When
typescript-language-server will support all feature like diagnotics ( Add textDocument/publishDiagnostics prabirshrestha/typescript-language-server#1) we will able to consume https://github.com/angelozerr/tslint-language-service or other plugins.
We must just wait for https://github.com/prabirshrestha/typescript-language-server consumes the whole tsserver commands.
Metadata
Metadata
Assignees
Labels
No labels