|
I am trying out NetBeans as an IDE (tired of Eclipse being so slow), but I would like to get the JOGL javadoc integrated with code completion. It appears that NetBeans cannot resolve the proper parameter names even with javadoc attached to libraries (including the standard Java SE jars); I still get the method descriptions, but the params are labeled arg0, arg1, etc. If I attach the source code this is fixed, but I don't know what to do about the GL interfaces that are auto-generated. Does anyone use NetBeans or have an idea of how to get around this?
|