Skip to content
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

_writeSuperMemberInvocation in change_builder_dart does not include proper convention for named parameters while generating override method with super invocation #55384

Open
Devenik7 opened this issue Apr 5, 2024 · 2 comments
Labels
analyzer-assist Issues with analysis server assists analyzer-server area-analyzer Use area-analyzer for Dart analyzer issues, including the analysis server and code completion. P2 A bug or feature request we're likely to work on type-bug Incorrect behavior (everything from a crash to more subtle misbehavior)

Comments

@Devenik7
Copy link
Contributor

Devenik7 commented Apr 5, 2024

This is how the Intellisense currently generates a super method invocation while using autocomplete for override methods.

Screenshot 2024-04-05 at 3 02 11 PM

What is expected -
It is expected to generate this.

Screenshot 2024-04-05 at 3 03 04 PM

I have raised a PR for the same.

#55383

@Devenik7
Copy link
Contributor Author

Devenik7 commented Apr 5, 2024

I have raised a PR for the same

#55383

This is my first time contributing to Open Source. Please guide me. Thanks.

@lrhn lrhn added area-analyzer Use area-analyzer for Dart analyzer issues, including the analysis server and code completion. type-bug Incorrect behavior (everything from a crash to more subtle misbehavior) labels Apr 5, 2024
@scheglov scheglov added analyzer-server P2 A bug or feature request we're likely to work on analyzer-assist Issues with analysis server assists labels Apr 8, 2024
@Devenik7
Copy link
Contributor Author

Opened new PR since last one was closed

#55697

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
analyzer-assist Issues with analysis server assists analyzer-server area-analyzer Use area-analyzer for Dart analyzer issues, including the analysis server and code completion. P2 A bug or feature request we're likely to work on type-bug Incorrect behavior (everything from a crash to more subtle misbehavior)
Projects
None yet
3 participants