(Original issue 1397 created by Icyene on 2017-11-27T06:28:41.387483+00:00)
Java 10 is just 4 months away from a public release, and one of the new features is the addition of a var context-sensitive keyword (JEP 286).
I suppose the ideal scenario would be highlighting it only when it is used as a variable type and not as a name, but any highlighting is better than none.
(Original issue 1397 created by Icyene on 2017-11-27T06:28:41.387483+00:00)
Java 10 is just 4 months away from a public release, and one of the new features is the addition of a
varcontext-sensitive keyword (JEP 286).I suppose the ideal scenario would be highlighting it only when it is used as a variable type and not as a name, but any highlighting is better than none.