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() {
}
}
_Removed this from the Later milestone._
_Added Oldschool-Milestone-Later label._
_Added NotPlanned label._
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._
_Removed Oldschool-Milestone-Later label._
Issue #18513 has been merged into this issue.
_This comment was originally written by @Emasoft_
One of the most important features of an IDE.
This is awesome!
馃憤
Nice!
Most helpful comment
https://dart-review.googlesource.com/c/sdk/+/41483