-
Notifications
You must be signed in to change notification settings - Fork 327
Offer contextual action to delete Widget #1756
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Milestone
Comments
Yes, and also keep its parent. For example: Widget1 |
Same as #1283 (comment), right? |
Yeah I think #1283 is the same thing. |
dart-bot
pushed a commit
to dart-lang/sdk
that referenced
this issue
Feb 9, 2018
…children'. [email protected], [email protected] Bug: flutter/flutter-intellij#1283 Change-Id: Ic50de9739cdab5cd82649dcbd8370c5e728d2ee3 flutter/flutter-intellij#1756 Reviewed-on: https://dart-review.googlesource.com/40240 Reviewed-by: Brian Wilkerson <[email protected]> Reviewed-by: Devon Carew <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Feature Request:
Currently there are contextual actions to create new Widgets as children, or wrap an existing Widget with a new parent.
It would be equally helpful to have a contextual action to delete a Widget from a given build() configuration. It can be very tedious to try to extract a Widget in the middle of a deep tree.
The text was updated successfully, but these errors were encountered: