java - Javadoc for JavaFX 2.x works partially in Netbeans -
i've created javafx project in netbeans. compiles fine, code completion works...sort off.. instead of proper argument names, autocompleted functions like: somefunction(arg1,arg2,arg3)... ideas how fix this? during auto-completion netbeans displays proper text descriptions of functions or classes.
looks it's bug in netbeans: netbeans bugzilla link
Comments
Post a Comment