Advanced class creation

I'm using both FlashBuilder and IntelliJ, and what I'm missing in IntelliJ is more advanced way to initially create new class/interface. In IntelliJ I can write a name of class/interface and that's it. In FB there are options like modifiers, superclass, interfaces, etc. In example: http://probertson.com/resources/2011/05/06/create-class-quick-fix-3.png

Is there anything similar to this dialog in IntelliJ, or am I missing something? Any plugin? Or how's the workflow for you guys?

Regards,
Vjeko

0
2 comments

Current workflow in IntelliJ IDEA is to complete class creation in the editor using code completion for extends/implements, quick fixes to create constructor matching super and to implement required methods. Please watch/vote/comment http://youtrack.jetbrains.com/issue/IDEA-68573

0

Thanks Alexander, exactly what I needed. Next time I'll search for YouTrack also.

Regards,
Vjeko

0

Please sign in to leave a comment.