FXCompleter
BetaFXML autocomplete, auto-imports and validation for VS Code.
Problem
Writing FXML by hand is error-prone: missing imports, typo-ed class names, dead controllers. A good editor would catch all of that.
What I did
I built a VS Code language server that parses FXML, suggests components and attributes, inserts <?import?> directives automatically and jumps to controller methods via # references.
Stack
- TypeScript
- VS Code API