d4b8e0696d
interest in receiving not yet imported code completions from specific packages and libraries. The design of this interaction aims to avoid forcing analysis server to send every public symbol from dependent packages at every completion. Instead, clients express interest in certain packages and/or libraries and analysis server will notify with the entire set of symbols for each of them only once. Then it is the client's responsibility to save these pre-computed completions in memory, and analysis server can instruct the client on how to union them with the base set of completion suggestions at code completion time. Bug: https://github.com/dart-lang/sdk/issues/35680 Change-Id: I42c6fddc5d8daa2b546daa81456c0992e3ef547d Reviewed-on: https://dart-review.googlesource.com/c/90125 Commit-Queue: Ari Aye <ariaye@google.com> Reviewed-by: Konstantin Shcheglov <scheglov@google.com> Reviewed-by: Brian Wilkerson <brianwilkerson@google.com>