Reema Taneja created NETBEANS-874:
-------------------------------------
Summary: Convert explicit type to var and reverse hints should be
context sensitive
Key: NETBEANS-874
URL: https://issues.apache.org/jira/browse/NETBEANS-874
Project: NetBeans
Issue Type: Task
Reporter: Reema Taneja
Assignee: Reema Taneja
Convert to explicit type and reverse hints should be displayed only when the
cursor is on the variable declaration i.e. LHS. In below example, since convert
to var is not applicable for Lambda params, this hint should not be displayed
in the list of hints that are shown when cursor is on int x or int y.
IntBinaryOperator calc = (int x, int y ) -> x + y;
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)
---------------------------------------------------------------------
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