CSSFX
StableIntelliSense for JavaFX CSS in VS Code.
Problem
Generic CSS completions in VS Code suggest properties that JavaFX doesn't even support, and hide the ones that do.
What I did
I shipped a language server that ships JavaFX-specific property metadata, color decorators, hover info and a linter, packaged as a VSIX.
Stack
- TypeScript
- VS Code API