Turn off JavaDoc comment auto-generating Follow
Is it possible to customize what happen if I type "/**" and <enter>?
I want IDE to just generate ending "*/" with caret inside. But it always generate all the @return, @throws and @param annotations and I'm forced to delete these lines almost all the time.
Please sign in to leave a comment.
You can't modify the default behavior, but it's possible to add your own custom live template that will generate comments block, and expand it with something like jd<tab>.
+1, this is super annoying
This got me the relief I was looking for. Hope it helps you as well.