0

I am new to IntelliJ and I just want to know is there a way we can find the Class or Package location in Intellij Idea

I have 2 projects loaded in Intellij and both projects have many Packages How can i find the accurate location of Class which is open?

2 Answers2

0

There is a crosshair icon at the top of the project window that allows you to quickly move to the class location within the project tree. crosshair

DonTomato
  • 21
  • 2
0

you can use the Alt+F1 shortcut to navigate to the location of Class which is open.

If your project window can't see, you can use Alt+1 to open the project window.

enter image description here

Mafei
  • 3,063
  • 2
  • 15
  • 37