Build UI for linked edit groups #1213
Labels
closed-not-planned
Closed as we don't intend to take action on the reported issue
P1
A high priority bug; for example, a single project is unusable or has many test failures
type-enhancement
A request for a change that isn't a bug
Milestone
The Dart analyzer is capable of producing LinkedEditGroups to use after implementing assists/fixes. These are post-fix edits in which devs can modify the name of a just-injected widget, new class, etc.
The data for the groups is now retrieved by dart-services and sent down to dart-pad (dart-archive/dart-services#442). We need to update dart-pad to correctly guide users through any linked edit groups associated with a fix they apply, similar to the way IntelliJ puts a border around newly injected code:
The text was updated successfully, but these errors were encountered: