HTML tag completion in Javadocs
Hi,
I noticed that 10.5 completes HTML tags in javadocs. If I write <code>, the matching </code> is also inserted. Is this a new feature of 10.5 or did I just miss that before?
Thanks
Dirk
Please sign in to leave a comment.
Hi Dirk,
That is a new feature - IDEA-64964.
Denis
FWIW I've set up live templates for javadoc tag completion to make things
even easier. Eg I have c+ bound to {@code $CODE$} $END$