You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@netbeans.apache.org by "ARUNAVA SINHA (JIRA)" <ji...@apache.org> on 2019/07/16 09:35:00 UTC

[jira] [Updated] (NETBEANS-2858) Auto-completion is not working inside case body of switch-expression(JDK-12/13)

     [ https://issues.apache.org/jira/browse/NETBEANS-2858?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

ARUNAVA SINHA updated NETBEANS-2858:
------------------------------------
    Summary: Auto-completion is not working inside case body of switch-expression(JDK-12/13)  (was: Auto-completion is not working inside case body of switch-expression)

> Auto-completion is not working inside case body of switch-expression(JDK-12/13)
> -------------------------------------------------------------------------------
>
>                 Key: NETBEANS-2858
>                 URL: https://issues.apache.org/jira/browse/NETBEANS-2858
>             Project: NetBeans
>          Issue Type: Bug
>          Components: java - Editor
>    Affects Versions: 11.1
>            Reporter: ARUNAVA SINHA
>            Assignee: ARUNAVA SINHA
>            Priority: Major
>
> Auto-completion is not working inside case body of switch-expression(JDK-12/13)
> int b = switch(color){
> case RED: ^
> };
>  
> ctrl+space at caret position should show all the possible autocompletion options



--
This message was sent by Atlassian JIRA
(v7.6.14#76016)

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

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