Jude Niroshan
Jude Niroshan

Reputation: 4460

Show current class belongs to which module in IntelliJ IDEA

I have opened multiple modules inside the same IntelliJ window. While I'm navigating through the classes, I want to know particular class belongs to which module.

Currently I'm placing the mouse cursor on the class name tab. Then it shows a path to the class as a tool-tip, then I figure out that class is coming from which module.

Is there any other way I can quickly view the module name, a class is belongs to?

Upvotes: 1

Views: 348

Answers (2)

In the new UI it's displayed via "breadcrumbs" in the bottom left part of the window.

Upvotes: 0

Jude Niroshan
Jude Niroshan

Reputation: 4460

Module name is displaying in the Title Bar of the IntelliJ window

Upvotes: 1

Related Questions