dart-lang / sdk

The Dart SDK, including the VM, JS and Wasm compilers, analysis, core libraries, and more.
https://dart.dev
BSD 3-Clause "New" or "Revised" License
10.09k stars 1.56k forks source link

Connect to the Dart Tooling Daemon from the Analysis Server #55629

Open kenzieschmoll opened 4 months ago

kenzieschmoll commented 4 months ago

An API will need to be established on the analysis server that will allow the IDEs to set the DTD URI on the analysis server. Once a DTD URI is received, the Analysis server will need to use package:dtd to connect the the Dart Tooling Daemon, and then register any methods or services that it will provide to other DTD clients.

Tracking issues for sending the DTD URI to the analysis server:

kenzieschmoll commented 1 month ago

@DanTup is actively working on this issue.