After installing Eclipse and downloading the OpenJFX SDK, I encountered an issue where Eclipse marked all -fx- properties in the .css file as warnings with the message "unknown property". Surprisingly, my JavaFX projects still compiled and ran smoothly, as I followed the instructions provided on the official JavaFX website. However, I noticed that CSS auto-completion was not functioning properly, lacking properties. Furthermore, even after adding the JavaFX SDK Library to the Build Path, it did not show up in the Project Explorer, possibly contributing to the problem. I have also installed e(fx)clipse for additional support.
https://i.sstatic.net/WGDVO.png https://i.sstatic.net/sDePK.png https://i.sstatic.net/pE5jW.png https://i.sstatic.net/Nqaf5.png