Get JavaFX CSS support in Visual Studio Code.
Only JavaFX 17 is currently supported!
The CSS properties were obtained using @startball5's script, that he published here.
All credit goes to him! I only made it an extension for ease of use.
To disable the vendorPrefix warning, add the following to your Workspace's settings.json:
"css.lint.vendorPrefix": "ignore"
To add errors or warning to unknown properties, add the following to your Workspace's settings.json:
"css.lint.unknownVendorSpecificProperties": "error"
or
"css.lint.unknownVendorSpecificProperties": "warning"
Enjoy!