dense-analysis / dense-analysis/ale
Replace the tsserver completions message with the completionInfo message
Open
enhancement
- Dominant language
- Vim Script
- Stars
- 14k
- Forks
- 1.5k
- Avg merge
- 17h 49m
- Merged PRs (30d)
- 1
Description
If you look at the `tsserver` protocol file, they have deprecated the `completions` message, and a newer message format is suggested. https://github.com/Microsoft/TypeScript/blob/master/lib/protocol.d.ts
ALE should switch to using the newer message format after the first version which supports it is old enough.
Contributor guide
Assessment
This issue has not been assessed yet.