Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>CSS Helper for JavaFXNew to Visual Studio Code? Get it now.
CSS Helper for JavaFX

CSS Helper for JavaFX

sosuisha

|
855 installs
| (0) | Free
Supports JavaFX-specific CSS syntax.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

CSS Helper for JavaFX

This extension supports JavaFX CSS.

  • JavaFX CSS properties appear as autocomplete suggestions.
  • Documentation descriptions can be added to these properties.
  • The currently supported version is JavaFX 21.
    • The data source can be found here: https://openjfx.io/javadoc/21/javafx.graphics/javafx/scene/doc-files/cssref.html.

The original version of this work was created by Bernardo Amorim @bernardoamorim7 and is provided under the CC BY-SA 4.0 license.

The CSS properties were obtained using @startball5's script, that he published here.

This port was created to support JavaFX updates and to publish it to both the MS Marketplace and the Open VSX registry.


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"
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft