Niklas Matthies created NETBEANS-452: ----------------------------------------
Summary: Code completion in javadoc context doesn't support camel-case initials Key: NETBEANS-452 URL: https://issues.apache.org/jira/browse/NETBEANS-452 Project: NetBeans Issue Type: Bug Components: java - Javadoc Reporter: Niklas Matthies Code completion in javadoc context doesn't support camel case initials-based code completion. E.g., typing "BAOS" within a "\{@link ...}" element to complete to "ByteArrayOutputStream" doesn't work in javadoc context (it displays "No suggestions"), unlike in regular Java code. Generally, one would expect code completion in javadoc to behave in an analogous fashion to code completion in Java code. -- 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