Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>JavaFX CSS SupportNew to Visual Studio Code? Get it now.
JavaFX CSS Support

JavaFX CSS Support

Bernardo Amorim

|
21,070 installs
| (1) | Free
JavaFX CSS support in Visual Studio Code.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

JavaFX CSS Support for VS Code

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.


Disable vendorPrefix warning

To disable the vendorPrefix warning, add the following to your Workspace's settings.json:

"css.lint.vendorPrefix": "ignore"

Add errors or warning to unknown Vendor Specific Properties

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!

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft