Before you close this question as a duplicate: I am very well aware of answers like this.
However, the Quick Doc only provides the type information, like Class and so on.
This is because the jars we have no JavaDoc in them (When I Ctrl + B into them they don't have any JavaDoc).
With jars, I don't mean some internal ones, but rather Objects like String
or List
, which would provide a JavaDoc in Netbeans, but in IntelliJ that Doc is just missing.
Can you enable it somewhere that JavaDoc gets loaded with the jars?