I am using IDEA 13.x, and the quick documentation is painfully slow. I think the reason is that this documentation is downloaded over the Internet.
Eclipse extracts this documentation directly from JDKs src.zip (or other source files). There is no delay in choosing.
Is there any way I can configure IDEA to get the documentation displayed in the popup from local src files?
source
share