I have an issue that's driving me nuts.
When I hit the shortcut to see the method descriptions, I only get to see method signature. How can I see the full blown description I see online?
This is what I see on Ctrl+Shift+Space:
This is what I want to see and what's at https://docs.oracle.com/javase/7/docs/api/java/io/File.html#File(java.lang.String)
By the way, I just checked off the setting to enable the quick information when I hover the mouse over; however, the problem is not that it doesn't work, but rather that it is not the full description. I think I'm missing documentation.
Thanks