Build 602 It would be a nice feature if coding by intention could be meshed with the ability to add getters and setters. For example, if I have the following code:
String property = "Hello"; myObject.setMyProperty(property); And the set method "setMyProperty" had not been created yet, the lightbulb should list, as one choice anyway, the option to create and implement the set method for me. I imagine this should simply be a matter of cross checking the type of the intended method with potential getters/setters. Kirk _______________________________________________ Eap-list mailing list [EMAIL PROTECTED] http://www.intellij.com/mailman/listinfo/eap-list
