I’m using IntelliJ IDEA 9, Is there a way to configure IDEA so that when I pause my mouse over a method, IDEA pulls up the javadoc (the same thing as CTRL+Q does)?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
There is no such feature right now, feel free to vote for the existing enhancement request.
As stated in the comments, one can write a plug-in that will add this functionality.
Edit
Since this is the first hit on Google about this I would like to add that Edolsa’s answer here is the correct solution as of January 2014.