Issue
I created a JavaFX project in Netbeans 8.2 for the first time and autocomplete for FXML document is always showing "No suggestions". For example:
src="https://i.stack.imgur.com/X5rsK.png" alt="enter image description here">
I have seen a similar question, e.g. Netbeans7.1 & JavaFX 2.0 - FXML code completion doesn't work, but I am not getting the same results from the solution proposed there (possibly because the version of Netbeans is different). What do I need to do to get autocomplete in FXML documents? Thanks!
Solution
Just for fun I installed Netbeans 8.1 for Java SE alongside of version 8.2. The code completion for .fxml files works perfectly in 8.1. I'm going to try the development version next.
Right now I am calling this bug in Netbeans 8.2. I'll create a bug report when I get a chance.
Answered By - choff
Answer Checked By - Senaida (JavaFixing Volunteer)