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

Content Assist: generate overriding methods #13052

Closed
danrubel opened this issue Sep 4, 2013 · 12 comments
Closed

Content Assist: generate overriding methods #13052

danrubel opened this issue Sep 4, 2013 · 12 comments
Assignees
Labels
analyzer-completion Issues with the analysis server's code completion feature area-analyzer P2 A bug or feature request we're likely to work on type-enhancement A request for a change that isn't a bug

Comments

@danrubel
Copy link

danrubel commented Sep 4, 2013

I would be great if editor content assist offered to generate overriding methods.

class Foo extends Bar {
  ru // <<<< cmd-space could offer to generate a run() method overriding the superclass method
}

class Bar {
  run() {
  }
}

@scheglov
Copy link
Contributor

Removed this from the M7 milestone.
Added this to the M8 milestone.

@clayberg
Copy link

Removed this from the M8 milestone.
Added this to the Later milestone.

@kasperl
Copy link

kasperl commented Jul 10, 2014

Removed this from the Later milestone.
Added Oldschool-Milestone-Later label.

@sethladd
Copy link
Contributor

Added NotPlanned label.

@scheglov
Copy link
Contributor

It would be a great feature in the completion engine.


Set owner to @danrubel.
Removed Area-Editor label.
Added Area-Analyzer, Analyzer-Completion, Triaged labels.

@kasperl
Copy link

kasperl commented Aug 4, 2014

Removed Oldschool-Milestone-Later label.

@bwilkerson
Copy link
Member

Issue #18513 has been merged into this issue.

@DartBot
Copy link

DartBot commented Dec 5, 2014

This comment was originally written by @Emasoft


One of the most important features of an IDE.

@danrubel danrubel added Type-Enhancement area-analyzer analyzer-completion Issues with the analysis server's code completion feature labels Dec 5, 2014
@danrubel danrubel self-assigned this Dec 5, 2014
@kevmoo kevmoo added P2 A bug or feature request we're likely to work on type-enhancement A request for a change that isn't a bug and removed triaged labels Feb 29, 2016
@bwilkerson
Copy link
Member

https://dart-review.googlesource.com/c/sdk/+/41483

@scheglov
Copy link
Contributor

This is awesome!

@danrubel
Copy link
Author

👍

@sethladd
Copy link
Contributor

Nice!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
analyzer-completion Issues with the analysis server's code completion feature area-analyzer P2 A bug or feature request we're likely to work on type-enhancement A request for a change that isn't a bug
Projects
None yet
Development

No branches or pull requests

8 participants