Eclipse Java EE IDE for Web Developers. Version: Luna Release (4.4.0) Build id: 20140612-0600
I'm using the release version of Eclipse Luna for Java (Java EE), and it seems that there's no content assist for the new Java 8-style method references. In the example below, I hit Ctrl-Space after the '::', expecting to see the list of methods available on the class Match. Instead I just get some generic template assist, even if I cycle through all the assist menus. Normal content assist on methods work fine, it's just Java 8 method references (::) that don't work.

Is this supposed to work? If not, why not? By design? Bug?