Sdk: Content Assist: generate overriding methods

Created on 5 Sep 2013  路  12Comments  路  Source: dart-lang/sdk

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() {
  }
}

P2 analyzer-completion area-analyzer type-enhancement

Most helpful comment

All 12 comments

_Removed this from the M7 milestone._
_Added this to the M8 milestone._

_Removed this from the M8 milestone._
_Added this to the Later milestone._

_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!

Was this page helpful?
0 / 5 - 0 ratings

Related issues

xster picture xster  路  3Comments

55555Mohit55555 picture 55555Mohit55555  路  3Comments

ranquild picture ranquild  路  3Comments

nex3 picture nex3  路  3Comments

brooth picture brooth  路  3Comments