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 2018/05/25 09:24:00 UTC

[jira] [Created] (NETBEANS-862) Autocomplete for var keyword not supported in Lambda parameter

ARUNAVA SINHA created NETBEANS-862:
--------------------------------------

             Summary: Autocomplete for var keyword not supported in Lambda parameter
                 Key: NETBEANS-862
                 URL: https://issues.apache.org/jira/browse/NETBEANS-862
             Project: NetBeans
          Issue Type: Bug
            Reporter: ARUNAVA SINHA
            Assignee: ARUNAVA SINHA


Auto-complete for var keyword in not happening in Lambda parameter (JDK-11). Cursor is at caret position.

IntBinaryOperator calc2 = (int  x,   va^ y ) -> x+y;

 



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

---------------------------------------------------------------------
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