-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
IntelliJ implementation for super-initializer parameters #48074
Comments
cc @jwren |
Note: in our planning meeting on Dec 13, it was suggested that when the user hovers over an optional super parameter that inherits a default value from the corresponding parameter on the base class, the IDE should show the default value that's being inherited from the base class constructor. Doing so requires work in the analysis server, and possibly in some of the IDE integration logic. |
Bug: #48074 Change-Id: I964141c9b2a1ccf4a2d08d6bfff7675aa6df9d5a Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/229740 Reviewed-by: Brian Wilkerson <brianwilkerson@google.com> Commit-Queue: Konstantin Shcheglov <scheglov@google.com>
This seems to have been fixed in the Dart plugin quite some time ago. Feel free to close the issue. |
See #48055 for the main tracking issue.
The text was updated successfully, but these errors were encountered: