Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

Normally in IDEA, there's an option "implement interface" in the quick fix on an interface name:

There's an implement interface option here.

(The version in this screenshot is IDEA 10, but the feature is not new.)

But I don't have this option since a while ago (don't know exactly when I lost it) and I am not aware what I changed to break it:

No implement interface for me, though.

(This shot is of IDEA 9, but others with 9 have the option, too.)

share|improve this question
did my answer work for you? – jmg Nov 10 '11 at 8:51
Yes, I had indeed unchecked that option. That I liked. And which is 3 layers deep in the settings. No idea how that happened. Thx anyway, I don't come here every day to say the least! ;) – Bernd Haug Nov 17 '11 at 16:44

1 Answer

up vote 2 down vote accepted

Just go to Settings -> Intention -> Declaration -> Implement Abstract Class or Interface and make sure it's checked.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.