-
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
Cider implementation for for super-initializer parameters #48070
Comments
cc @keertip |
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. |
FYI, the flag has been flipped so these can be used without a flag internally now. |
@leafpetersen per your comment, this issue seems like it can be closed. Feel free to reopen if I am incorrect. |
No, my comment was just to indicate that work on this can start. |
@keertip do you have a status on this? |
See #48055 for the main tracking issue.
The text was updated successfully, but these errors were encountered: