I'm also interested in this feature.
Gili
On 2018-03-06 2:42 AM, Thomas Kellerer wrote:
When using code-completion in JavaDocs (e.g. for a @see attribute), NetBeans
always inserts fully qualifed class names for parameters, e.g.
@see #someMethod(java.lang.String, java.lang.String)
Is it possible (in 8.2 or 9.0) to disable this, so that the above is written as:
@see #someMethod(String, String)
This is not so much a problem with JDK classes, but with our own classes which
tend to have longer package names.
Thomas
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists