Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to automatically navigate to current class in IntelliJ IDEA Project Tool Window?

People also ask

How do I navigate to project settings in IntelliJ?

To configure project settings, select IntelliJ IDEA | Preferences on macOS or File | Settings on Windows and Linux from the main menu. Alternatively, you can press Ctrl+Alt+S to show the IDE settings. icon. Other settings are global and apply to all existing projects.

How do I focus a project tool window in IntelliJ?

To open the tool window again (and restore the associated features), use the main menu: View | Tool Windows | <Window Name> or press Alt+1 . Hide the tool window. This command opens the description of the Project tool window in the IntelliJ IDEA online help.


Navigate (View in older versions)| Select In... (Alt+F1), Project View (Enter).

It's also possible to enable Autoscroll from Source option in the Project View so that current file is automatically selected.


IntelliJ IDEA 2019

Left click on the wheel > Always Select Opened File

Always Select Opened File

There is also: Open Files with Single Click - the selected file from the tree view will be opened in the right side.


Old IntelliJ versions

Right click on Project/Packages area > Autoscroll from Source

enter image description here

or

Left click on the wheel > Autoscroll from Source

enter image description here

There is also: Autoscroll to Source - the selected file from the tree view will be opened in the right side.


Try Alt F1(Select Target dialogue) + Enter.


Click at this icon click on this icon on the top of tree-box.


you can do this also using the upper dynamic menu that change for every opened file. just click twice on the last folder and the file will be on the same folder branch

enter image description here

also good for pycharm