Eclipse Luna (R): no content assist for Java 8 method references -


eclipse java ee ide web developers. version: luna release (4.4.0) build id: 20140612-0600


i'm using release version of eclipse luna java (java ee), , seems there's no content assist new java 8-style method references. in example below, hit ctrl-space after '::', expecting see list of methods available on class match. instead generic template assist, if cycle through assist menus. normal content assist on methods work fine, it's java 8 method references (::) don't work.

enter image description here

is supposed work? if not, why not? design? bug?

looks might eclipse bug 430656.

method reference content assist work in places not in 'invocation contexts'.


Comments

Popular posts from this blog

javascript - RequestAnimationFrame not working when exiting fullscreen switching space on Safari -

Python ctypes access violation with const pointer arguments -