[
https://issues.apache.org/jira/browse/NETBEANS-6114?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17426911#comment-17426911
]
Michael Bien commented on NETBEANS-6114:
----------------------------------------
completion of
{code:java}
new Array{code}
->
{code:java}
new ArrayList<>{code}
causes the popup to disappear while it should suggest the next completion for
the constructors. Would be good to know from which version this behavior
started, to take a look at the PRs or do a git bisect, unless [~jlahoda] can
tell right away where to look for this :)
> Code completion for new Classname constructors broken in 12.5
> -------------------------------------------------------------
>
> Key: NETBEANS-6114
> URL: https://issues.apache.org/jira/browse/NETBEANS-6114
> Project: NetBeans
> Issue Type: Bug
> Affects Versions: 12.5
> Reporter: Mitch Claborn
> Priority: Minor
>
> I upgraded from 12.0 to 12.5. When I type "new ClassName" using ctrl+Space in
> the middle of the class name to finish the class name, I'm pretty sure that
> NB 12.0 was automatically showing the various constructors in a code
> completion pop-up, while NB 12.5 requires me to hit ctrl + Space again.
> The behavior from 12.0 should be restored, or at least create an option to
> control this behavior.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)
---------------------------------------------------------------------
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