I am using Eclipse Neon with jdk-1.8.0_74.
When typing
public class HelloWorld {
Label
}
and hitting Ctrl-Space after Label eclipse used to propose javafx.scene.control.Label (as well as other classes).
It does no longer do so. The class itself is present however, because I can manually import it and when using the "Open Type" dialog (Ctrl+Shift+T) the class will be found.
Is this a bug in eclipse?