This feature was suggested here some time ago.
I'd just like to remind (esp. IntelliJ-ent guys) about
the request (I don't remember who made it).
This is probably the right time to get things into
Ariadna.

If you, please, could respond whether this may be in line
with your IDEA intents that would be great.

Just a brief summary of "programming by intention":
- developers often write the code using methods
  "still-to-be-written". It's faster. I need to do something
  bigger, so I write a top level method, calling methods
  meth1(), meth2(id, name) and meth3(okFlag).
- these methods get red (of course) because they are not
  implemented, yet.
- then there is time to implement all the "planned" methods.
- and that is where I think IDEA could be of a big help:
  in addition to "Code/Override Meths" and "Code/Implement Meths"
  there could be "Code/??? Meths" that will offer methods
  not being implemented but being used apparently with the class
  (or going from the usage place (red) and invoke "implement method"
   action on right click or so - kinda like "to import xxxx - Alt-Enter").


Thank you

r.

_______________________________________________
Eap-features mailing list
[EMAIL PROTECTED]
http://www.intellij.com/mailman/listinfo/eap-features

Reply via email to