Hi,
Consider the
following sequence:
1. I type a "@see
Vector" in a javadoc block (the class I'm editing does not import Vector of
java.util.*);
2. I get the
pop-up suggesting java.util.Vector;
3. I press
Alt+Enter to select that (and pick an option, if the drop-down
appears).
Following that an
import statement is generated at the top of the class. I would like to be able
to specify (a global option would do it, it might not be needed on a case by
case basis) to have the name changed to a fully qualified name in the javadoc
block rather than the import statement generated. This is cleaner if I
don't plan to use that class there, but just point to it.
Best
regards,
Andrei
