user1899082
user1899082

Reputation:

Getting info about a Class in IntelliJ IDE by hovering over it

In EClipse if I hold the mouse over a class name I get some hint like the picture below about it:

enter image description here

But with doing the same I don't get that hint box in IntellijIDEA.(Mac edition) Is there a setting somewhere to set this? It is really helpful.

Upvotes: 9

Views: 5798

Answers (3)

stonelazy
stonelazy

Reputation: 571

To know the classname and it's initial declaration within the scope, use Ctrl + J (Mac OS)

Upvotes: 0

WendyG
WendyG

Reputation: 587

For anybody new finding this question there is also an option for it enter image description here

enter image description here

Upvotes: 10

xaviert
xaviert

Reputation: 5942

You can press CTRL + Q when hovering above a class name to show a popup with more information.

Upvotes: 5

Related Questions