[ 
https://issues.apache.org/jira/browse/NETBEANS-447?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16390119#comment-16390119
 ] 

Niklas Matthies commented on NETBEANS-447:
------------------------------------------

I don't think this needs to be configurable. Instead, the non-qualified name 
should just always be inserted for imported/in-scope names. There is no 
configuration option for inserting fully qualified names in regular Java code 
either. IMHO the code completion in javadoc context should simply work in the 
same way as the code completion in regular Java code.

> Option for Javadoc to generate simple class names
> -------------------------------------------------
>
>                 Key: NETBEANS-447
>                 URL: https://issues.apache.org/jira/browse/NETBEANS-447
>             Project: NetBeans
>          Issue Type: New Feature
>          Components: java - Javadoc
>            Reporter: Gili
>            Priority: Major
>
> Fielding a feature request from the mailing list:
> {quote}
> -----Original Message----- From: Thomas Kellerer
> Sent: Monday, March 05, 2018 11:42 PM
> To: NetBeans Users
> Subject: Disabling fully qualified class names in JavDoc completion
> 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. {quote}
> This feature should be configurable using an IDE-level or project-level 
> option flag.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org
For additional commands, e-mail: commits-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists

Reply via email to