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.07k stars 1.56k forks source link

[augmentations] Cider support #56167

Open itsjustkevin opened 2 months ago

dart-github-bot commented 2 months ago

Summary: The issue requests support for Cider, a Flutter-based IDE, in the Dart language. This would enable developers to use Cider's features, such as hot reload and state management, with Dart projects.

nshahan commented 2 months ago

@helin24 Is there an area label this issue should be triaged to?

helin24 commented 2 months ago

I'm confused about what this is requesting - hot reload and other Cider features for non-Flutter Dart projects? Should this be tracked internally instead?

bwilkerson commented 2 months ago

This is requesting any work that needs to be done in Cider for the augmentations language feature. Part of that request is to determine what, if anything, needs to be done to support the feature.

Note that this work is dependent on the parts with imports language feature.

keertip commented 2 months ago

FYI, most of the time for language features the support in the analyzer is sufficient, and there are no Cider specific changes that are needed.