A VS Code extension for JavaFX development with FXML support.
Features
🎨 FXML Syntax Highlighting - Full syntax highlighting for .fxml files
🏗️ FXML Language Mode - To open .fxml file in Scene Builder, select 'Open in Scene Builder' from the context menu
🔧 Scene Builder Integration - Configure Scene Builder path and open FXML files directly in Scene Builder
📐 Formatter - You can use an XML formatter specifically designed for FXML
🔗 FXML → Controller Navigation - Ctrl+Click on fx:controller, onAction, or fx:id in FXML to jump to the corresponding code in the Controller class
🔗 Controller → FXML Navigation - Ctrl+Click on @FXML annotated variables or methods in the Controller class to jump to the corresponding location in the FXML file
🌐 Internationalization - English, Chinese, Japanese language support