In Eclipse/PyDev, when mouse over or click on a class or an object, there will be a bubble with brief declaration code displayed. Can PyCharm do the same?

link|improve this question

feedback

1 Answer

up vote 2 down vote accepted

PyCharm can't do the same on mouse hover, you need to press quick documentation lookup shortcut key (Ctrl+Q on Windows).

Please vote for the related feature request.

See also similar question here.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.