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?
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$
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?
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$