Skip to content
This repository has been archived by the owner on Oct 16, 2020. It is now read-only.

Add Streaming Support #150

Closed
felixfbecker opened this issue Apr 9, 2017 · 0 comments
Closed

Add Streaming Support #150

felixfbecker opened this issue Apr 9, 2017 · 0 comments

Comments

@felixfbecker
Copy link
Contributor

felixfbecker commented Apr 9, 2017

microsoft/language-server-protocol#182

The underlying TypeScript service doesn't support this, but we could achieve some streaming on our layer:

  • First ask for e.g. 20 workspace symbols and emit the partial result, then ask for all and emit the rest
  • Fetch & compile files incrementally and stream new references found

The foundations for this are all there with the introduction of Observables into the codebase.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants