My problem is that every time I insert a @link
or similar in my Javadoc and complete a class, it inserts the full package path in front of it, even thought the class is already imported. For example if I have
import java.util.List;
and I write {@link Li
in some Javadoc, and then completes that by choosing List<E>
in the popup that appears, it still completes it to {@link java.util.List}
. I'd actually prefer it to be {@link List}
in any case, and then have the class imported automatically in any case. Event though I don't need it in the code.
Now why is that? Well, I read the Javadoc in my Java files, I rarely read my imports.
I use IntelliJ IDEA 13.1.3.