Creating class implementing interface in one single step

Is it possible to somehow select an interface and instruct IntelliJ to create a new class that extends it?

0

Alt+Enter on the Interface to implement it.

0

Thanks, but this works only if I select the interface name in the editor. I do not actually want to open the interface in the editor, I just want to select it from the Project or similar view and generate an implementing class without having to see the interface in the editor. Is that possible?

0

请先登录再写评论。