Add Method / Member var / JavaDoc comment ...feature ?
With NetBeans, you can right click on a class/method name in the file tree on the left, then you get a popup contextual menu, and you can go to a sub-menu that says 'add', in which you can choose to add a method, or a member variable, or even a JavaDoc comment.
I find this really usefull as there is no need to write the code yourself, the IDE does it itself once you've filled the form that specifies the return/parameter types ... etc (eg: method signature)
Is there such feature with IDEA ?
All I can find is New->Class, Singleton....that type of stuff.
Thanks.
Dan/
Please sign in to leave a comment.