Auto-implement methods from implementing interface and live templates

Issue #99 duplicate
Matej Pinter created an issue

I don't know if this is IDEA issue or plugin issue, but I 100% know, that this works when working with Java.

When I implement some interface (from SF) inside my Apex class I just get error that class ins't implementing all methods instead of IDEA suggest me a solution to auto-implement empty methods.

This would be very nice to have. :)

Also would be nice to have working live-templates for Apex as well. Currently I have created some few for loops, but when I use them they come totally empty. I have tried several versions but I just can't get it working as they are working with Java. Is there anything that needs to be added to plugin/IDEA? Live templates that would be very useful are: - create constructor - itar - for loop with indexing - iter - for-each loop - surround with if statement - surround with for loop - create test method (for testing classes).

Comments (3)

  1. Scott Wells repo owner

    Matej, I believe these may be duplicates of #25 and #26 respectively. If you agree, would you mind voting on those and either you or I can resolve this as a duplicate?

  2. Log in to comment