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

Code completion with named param doesn't show type #722

Closed
sethladd opened this issue Mar 10, 2016 · 2 comments
Closed

Code completion with named param doesn't show type #722

sethladd opened this issue Mar 10, 2016 · 2 comments
Labels
closed-duplicate Closed in favor of an existing report P3 A lower priority bug or feature request type-polish
Milestone

Comments

@sethladd
Copy link

screen shot 2016-03-10 at 2 59 07 pm

class Foo {
  String name;
  Foo({this.name});
}

main() {
  var f = new Foo();
}

Would expect that when it shows name: (which is great that it shows that!) that it also shows me that it should be a String.

Thanks!

@jcollins-g jcollins-g added type-polish P3 A lower priority bug or feature request labels Oct 19, 2018
@RedBrogdon RedBrogdon added this to the Backlog milestone Apr 22, 2019
@RedBrogdon
Copy link
Contributor

Still an issue in the current release.

@parlough
Copy link
Member

This is still an issue with the current DartPad frontend alongside some other UX and DX concerns. Closing this issue in favor of addressing them together in #3010. Thanks for the discussion here!

@parlough parlough closed this as not planned Won't fix, can't repro, duplicate, stale Jun 17, 2024
@parlough parlough added the closed-duplicate Closed in favor of an existing report label Jun 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
closed-duplicate Closed in favor of an existing report P3 A lower priority bug or feature request type-polish
Projects
None yet
Development

No branches or pull requests

5 participants
@sethladd @RedBrogdon @jcollins-g @parlough and others